ViewXYCreateDefaultYAxes Method |
LightningChart .NET Help
Create default Y-Axis and add to list of Y-axes.
Namespace:
Arction.WinForms.Charting.Views.ViewXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static List<AxisY> CreateDefaultYAxes()
Public Shared Function CreateDefaultYAxes As List(Of AxisY)
public:
static List<AxisY^>^ CreateDefaultYAxes()
Return Value
Type:
ListAxisY[Missing <returns> documentation for "M:Arction.WinForms.Charting.Views.ViewXY.ViewXY.CreateDefaultYAxes"]
See Also