Table of Contents

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

owner ViewRoundBase

Parent.

Properties

RectangleZoomAboutOrigin

Zooms around zooming rectangle center point.

public bool RectangleZoomAboutOrigin { get; set; }

Property Value

bool

RightToLeftZoomAction

Right-to-left zoom action.

public RightToLeftZoomActionRound RightToLeftZoomAction { get; set; }

Property Value

RightToLeftZoomActionRound

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

bool

ZoomPadding

Padding affecting zooming operations. The empty space left between the zoom area and the margins.

public Padding ZoomPadding { get; set; }

Property Value

Padding

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.