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