BarChart for ASP.NET WebForms
ValueLabelList Property

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Chart Namespace > ChartAxis Class : ValueLabelList Property
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

Reference

ChartAxis Class
ChartAxis Members