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: 7.0.0
Syntax public int SerieLabelsInterval { get; set; }
Public Property SerieLabelsInterval As Integer
Get
Set
Property Value
Type:
Int32See Also