View3DYAxisSecondary3D Property |
LightningChart .NET Help
Gets or sets secondary Y 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 AxisY3D YAxisSecondary3D { get; set; }Public Overridable Property YAxisSecondary3D As AxisY3D
Get
Set
public:
virtual property AxisY3D^ YAxisSecondary3D {
AxisY3D^ get ();
void set (AxisY3D^ value);
}Property Value
Type:
AxisY3D
See Also