Axis.CustomLabels Property

Definition

Gets a CustomLabelsCollection object used to store CustomLabel objects.

public:
 property System::Web::UI::DataVisualization::Charting::CustomLabelsCollection ^ CustomLabels { System::Web::UI::DataVisualization::Charting::CustomLabelsCollection ^ get(); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.CustomLabelsCollection CustomLabels { get; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.CustomLabels : System.Web.UI.DataVisualization.Charting.CustomLabelsCollection
Public ReadOnly Property CustomLabels As CustomLabelsCollection

Property Value

A CustomLabelsCollection object used to store CustomLabel objects.

Attributes

Remarks

Use this property to add or remove custom labels for an axis. Using CustomLabel objects enables the developer to arbitrarily set the text for axis labels.

Only custom labels can be used in the second row of labels. Also, if a custom label is used in the first label row, then all labels in this first row must be custom labels.

Labels can also be set from the data points, or generated automatically from the axis scale.

Applies to