ComponentOne CandlestickChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / ChartAxis Class / ValueLabelList Property

In This Topic
    ValueLabelList Property
    In This Topic
    A value that shows a collection of valueLabels for the axis.
    Syntax
    'Declaration
     
    Public ReadOnly Property ValueLabelList As System.Collections.Generic.List(Of ValueLabel)
    public System.Collections.Generic.List<ValueLabel> ValueLabelList {get;}
    See Also