Interface IChartSeries
Interface that represents single series within chart.
Namespace: IronXL.Drawing.Charts
Assembly: IronXL.dll
Syntax
public interface IChartSeries
Properties
Title
Gets or sets the title of the series.
Declaration
string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |