GrapeCity.Xaml.Excel
IsAutomaticCategoryAxis Property (IExcelChartCategoryAxis)


GrapeCity.Excel.Chart Namespace > IExcelChartCategoryAxis 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 IExcelChartCategoryAxis
Dim value As Boolean
 
instance.IsAutomaticCategoryAxis = value
 
value = instance.IsAutomaticCategoryAxis
bool IsAutomaticCategoryAxis {get; set;}
See Also

Reference

IExcelChartCategoryAxis Interface
IExcelChartCategoryAxis Members