Click or drag to resize

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.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public int CategoryLabelsInterval { get; set; }

Property Value

Int32
See Also