Axis.CustomLabels Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a CustomLabelsCollection object used to store CustomLabel objects.
public:
property System::Windows::Forms::DataVisualization::Charting::CustomLabelsCollection ^ CustomLabels { System::Windows::Forms::DataVisualization::Charting::CustomLabelsCollection ^ get(); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.CustomLabelsCollection CustomLabels { get; }
[<System.ComponentModel.Bindable(true)>]
member this.CustomLabels : System.Windows.Forms.DataVisualization.Charting.CustomLabelsCollection
Public ReadOnly Property CustomLabels As CustomLabelsCollection
Property Value
A CustomLabelsCollection object.
- 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.