ViewXYAxisLayout Property |
LightningChart .NET Help
Gets or sets axis layout. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.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