Table of Contents

Enum ZoomAreaRound

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

Zoom area options for polar and smith charts.

public enum ZoomAreaRound

Fields

Data = 0

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

DefaultSettings = 2

Zooming based on the default zoom and centering settings, returns the initial zoom level.

LabelsArea = 1

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