Gets or sets custom labels for the X-axis.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public StringCollection XLabels { get; set; } |
Visual Basic
![]() |
---|
Public Property XLabels As StringCollection |
An instance of the StringCollection class. Default value is an empty collection.
The XLabels property provides custom labels for the X-axis. They are drawn when XAxisSettings.LabelType is set to LabelType.CustomText.