ChartSeriesFormatCollection
SeriesLabel Property
|
Gets or sets chart series value.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public CellRanges SeriesLabel { get; set; }
Public Property SeriesLabel As CellRanges
Get
Set
public:
property CellRanges^ SeriesLabel {
CellRanges^ get ();
void set (CellRanges^ value);
}
member SeriesLabel : CellRanges with get, set
Property Value
Type:
CellRanges
See Also