ExpertComponents WebChart
XAxisLabels Property
Namespaces > ExpertChart > Labels > XAxisLabels
Labels for X axis. Use this to override the default labels. If the number of labels is smaller than the number needed, labels will be reused.
Syntax
C#Visual BasicManaged C++
public List<LabelItem> XAxisLabels { get; }
Public ReadOnly Property XAxisLabels As List(Of LabelItem)
public:
List<LabelItem^>^ XAxisLabels {
	List<LabelItem^>^ get ();
}

Assembly: ExpertComponents.WebChart Version: 2.1.0.18844 (Module: ExpertComponents.WebChart)