Table of Contents

Enum RightToLeftZoomActionRound

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Right-to-left zoom action.

public enum RightToLeftZoomActionRound

Fields

DefaultSettings = 2

Zooming based on the default zoom and centering settings. Resets ZoomScale and ZoomCenter properties to default values.

Off = 0

Disabled.

PopFromZoomStack = 6

Zoom to previous level.

RectangleZoomIn = 4

Rectangle zoom in, like from zooming left to right.

ZoomOut = 5

Zoom out, by given factor.

ZoomToData = 1

Zoom to show all data, does not take graph or labels into account.

ZoomToLabelsArea = 3

Zooming based on LabelsArea, showing the graph and the labels, ignores data outside the graph.