Click or drag to resize

ExcelChartSeriesAxisSerieLabelsInterval Property

Gets or sets the number of series between labels on series axis. Set this property with 1 to display a label for every serie, 2 to display a label for every other serie, 3 to display a label for every third serie, and so on

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public int SerieLabelsInterval { get; set; }

Property Value

Int32
See Also