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