Axis.CustomLabels Property

.NET Framework (current version)
 

Gets a CustomLabelsCollection object used to store CustomLabel objects.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[BindableAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public CustomLabelsCollection CustomLabels { get; }

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.

.NET Framework
Available since 4.0
Return to top
Show: