LightningChart .NET Help
Gets or sets pan polar axis list. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.ViewSmith
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic AxisSmith Axis { get; set; }Public Property Axis As AxisSmith
Get
Set
public:
property AxisSmith^ Axis {
AxisSmith^ get ();
void set (AxisSmith^ value);
}Property Value
Type:
AxisSmith
See Also