LightningChart .NET Help
Polar axis list.
Namespace:
Arction.Wpf.Charting.Views.ViewPolar
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<AxisPolar> Axes { get; set; }Public Property Axes As List(Of AxisPolar)
Get
Set
public:
property List<AxisPolar^>^ Axes {
List<AxisPolar^>^ get ();
void set (List<AxisPolar^>^ value);
}Property Value
Type:
ListAxisPolar
See Also