MindFusion.Charting for Silverlight Programmer's Guide
AxesChart.X2Labels Property
See Also
 






Gets or sets custom labels for the X2-axis.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public StringCollection X2Labels { get; set; }

Visual Basic  Copy Code

Public Property X2Labels As StringCollection

 Property Value

An instance of the StringCollection class. Default value is an empty collection.

 Remarks

The X2Labels property provides custom labels for the X2-axis. They are drawn when X2AxisSettings.LabelType is set to LabelType.CustomText.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Silverlight Namespace