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