Version

CustomLabelsText Property

Gets sets custom labels for tickmarks.
Syntax
'Declaration
 
Public Property CustomLabelsText As String
public string CustomLabelsText {get; set;}
Remarks

Notes:

Labels are separated by new line characters. To customize a value at run time it is recommended to use Get/SetCustomLabelAt methods.

If property is not set, then labels are built automatically using NumberOfLabels and LabelFormatString properties.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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

See Also