ZoomPanOptions3DRightToLeftZoomAction Property |
LightningChart .NET Help
Right-to-left zoom action.
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(RightToLeftZoomAction3D.ZoomOut)]
public RightToLeftZoomAction3D RightToLeftZoomAction { get; set; }<DefaultValueAttribute(RightToLeftZoomAction3D.ZoomOut)>
Public Property RightToLeftZoomAction As RightToLeftZoomAction3D
Get
Set
public:
[DefaultValueAttribute(RightToLeftZoomAction3D::ZoomOut)]
property RightToLeftZoomAction3D RightToLeftZoomAction {
RightToLeftZoomAction3D get ();
void set (RightToLeftZoomAction3D value);
}Property Value
Type:
RightToLeftZoomAction3D
See Also