ViewPolarCreateDefaultPolarAxes Method |
LightningChart .NET Help
Create Polar Axes.
Namespace:
Arction.WinForms.Charting.Views.ViewPolar
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static List<AxisPolar> CreateDefaultPolarAxes()
Public Shared Function CreateDefaultPolarAxes As List(Of AxisPolar)
public:
static List<AxisPolar^>^ CreateDefaultPolarAxes()
Return Value
Type:
ListAxisPolarDefault Polar Axes.
See Also