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

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public int SerieLabelsInterval { get; set; }

Property Value

Int32

See Also