ExcelChartCategoryAxisCategoryLabelsInterval Property |
Gets or sets the number of categories between labels on category axis. Set this property with 1 to display a label for every category,
2 to display a label for every other category, 3 to display a label for every third category, and so on
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic int CategoryLabelsInterval { get; set; }Public Property CategoryLabelsInterval As Integer
Get
Set
Property Value
Int32
See Also