LineCollectionTitle Property |
LightningChart .NET Help
Gets or sets series title. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic SeriesTitle Title { get; set; }Public Property Title As SeriesTitle
Get
Set
public:
property SeriesTitle^ Title {
SeriesTitle^ get ();
void set (SeriesTitle^ value);
}Property Value
Type:
SeriesTitle
See Also