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