PolygonSeriesTitle Property |
LightningChart .NET Help
Series title.
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PolygonSeriesTitle Title { get; set; }Public Property Title As PolygonSeriesTitle
Get
Set
public:
property PolygonSeriesTitle^ Title {
PolygonSeriesTitle^ get ();
void set (PolygonSeriesTitle^ value);
}Property Value
Type:
PolygonSeriesTitle
See Also