View3DXAxisSecondary3D Property |
LightningChart .NET Help
Gets or sets secondary X axis for 3D view. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic virtual AxisX3D XAxisSecondary3D { get; set; }Public Overridable Property XAxisSecondary3D As AxisX3D
Get
Set
public:
virtual property AxisX3D^ XAxisSecondary3D {
AxisX3D^ get ();
void set (AxisX3D^ value);
}Property Value
Type:
AxisX3D
See Also