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