Class ZoomPanOptionsRound
- Namespace
- LightningChartLib.WinForms.Charting.Views.ViewRound
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Zoom, pan and auto-fitting options for Smith -and Polar views
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ZoomPanOptionsRound : ZoomPanOptionsBase, IChartNode, IDisposable
- Inheritance
-
ZoomPanOptionsRound
- Implements
- Derived
- Inherited Members
Constructors
ZoomPanOptionsRound()
Simple constructor for Form designer's list editor.
public ZoomPanOptionsRound()
ZoomPanOptionsRound(ViewRoundBase)
Constructor
public ZoomPanOptionsRound(ViewRoundBase owner)
Parameters
ownerViewRoundBaseParent.
Properties
RectangleZoomAboutOrigin
Zooms around zooming rectangle center point.
public bool RectangleZoomAboutOrigin { get; set; }
Property Value
RightToLeftZoomAction
Right-to-left zoom action.
public RightToLeftZoomActionRound RightToLeftZoomAction { get; set; }
Property Value
Remarks
Only effective when Zoom is defined as user interactive device primary or secondary button action.
WheelZooming
Device wheel zooming is allowed or not.
public bool WheelZooming { get; set; }
Property Value
ZoomPadding
Padding affecting zooming operations. The empty space left between the zoom area and the margins.
public Padding ZoomPadding { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.