ViewXYAxisLayout Property |
LightningChart .NET Help
Axis layout
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic AxisLayout AxisLayout { get; set; }Public Property AxisLayout As AxisLayout
Get
Set
public:
property AxisLayout^ AxisLayout {
AxisLayout^ get ();
void set (AxisLayout^ value);
}Property Value
Type:
AxisLayout
See Also