Table of Contents

Enum MultiTouchZoomDirection

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

Touch zoom direction options.

public enum MultiTouchZoomDirection

Fields

Free = 3

Zoom on both axis.

Rails = 0

Zoom on both directions, but direction is determined by touch points.

XAxis = 1

Zoom on X-axis.

YAxis = 2

Zoom on Y-axis.