Version

ItemFormat Property

Returns or sets a value that specifies the pre-defined format to use for label text for items.
Syntax
'Declaration
 
Public Property ItemFormat As AxisItemLabelFormat
public AxisItemLabelFormat ItemFormat {get; set;}
Remarks

The ItemFormatString property can be set to select a custom format. If the ItemFormatString property is set, this property will be set to Custom.

The SeriesFormat property specifies the pre-defined format to use for label text for series.

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