This documentation is archived and is not being maintained.
Axis::CustomLabels Property
Visual Studio 2010
Gets a CustomLabelsCollection object used to store CustomLabel objects.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [PersistenceModeAttribute(PersistenceMode::InnerProperty)] public: property CustomLabelsCollection^ CustomLabels { CustomLabelsCollection^ get (); }
Property Value
Type: System.Web.UI.DataVisualization.Charting::CustomLabelsCollectionA CustomLabelsCollection object.
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: