GrapeCity.Xaml.Excel
IsAutomaticCategoryAxis Property (IExcelChartDateAxis)


GrapeCity.Excel.Chart Namespace > IExcelChartDateAxis Interface : IsAutomaticCategoryAxis Property
Specifies this axis is a date or text axis based on the data that is used for the axis lables. not a specific choice.
Syntax
'Declaration
 
Property IsAutomaticCategoryAxis As Boolean
'Usage
 
Dim instance As IExcelChartDateAxis
Dim value As Boolean
 
instance.IsAutomaticCategoryAxis = value
 
value = instance.IsAutomaticCategoryAxis
bool IsAutomaticCategoryAxis {get; set;}
See Also

Reference

IExcelChartDateAxis Interface
IExcelChartDateAxis Members