Table of Contents

Namespace LightningChartLib.WinForms.Charting.Views.ViewXY

Classes

AspectRatioOptions

Aspect ratio options for ViewXY.

AutoLabelLocator

Automatic titles placement.

AutoYFit

Auto Y scale fit options class.

AxisLayout

Axis layout.

BarViewOptions

Bar view options.

BeforePanningXYEventArgs

Represents a class that provides arguments for the BeforePanning event for XY view.

BeforeZoomingXYEventArgs

Represents a class that provides arguments for the BeforeZooming event for XY view.

ErrorBarSettings

Error bar settings.

ImageLayerProgressEventArgs
summary T:LightningChartLib.WinForms.Charting.Views.ViewXY.ImageLayerProgressEventArgs
LegendBoxXY

LegendBox shows the series names and line/point styles in a box.

LineSeriesCursor

Line series cursor allows tracking and evaluating line series values

MiniScale

Miniscale represents a miniature axes equivalent. Miniscales can't be used with logarithmic scales.

PannedXYEventArgs

Represents a class that provides arguments for the Panned event for XY view.

PersistentSeriesRenderingIntensityLayer

Persistent series rendering intensity layer. Like PersistentSeriesRenderingLayer, but with palette coloring by hit count.

PersistentSeriesRenderingLayer

Persistent series rendering layer. Series can be rendered in a bitmap layer and the actual series freed. Saves a lot of memory, CPU and GPU resources, especially when rendering hundreds or thousands of series.
The layer itself is rendered in the chart just before line series objects.

PersistentSeriesRenderingLayerBase

Base class for persistent series rendering layers.

PositionChangedEventArgs

Represents a class that provides arguments for the PositionChanged event.

RenderOptionsViewXY

View rendering options.

SeriesTitleDeviceMovedEventArgs

Represents a class that provides arguments for the SeriesTitleDeviceMoved event.

ThinBorderXY

Border rendered around graph area

ViewXY

XY graph view. Allows super-fast drawing of lines and bars.

YAxisGapChangedEventArgs

Represents a class that provides arguments for the YAxisGapChangedEventArgs event.

YAxisSegment

Y-axis segment.

ZoomPanOptions

Zoom, pan and auto-fitting options for ViewXY.

ZoomedXYEventArgs

Represents a class that provides arguments for the Zoomed event for XY view.

Delegates

LegendBoxXY.SeriesTitleMouseMoveOverOffEventHandler

The delegate to use for handlers that receive the SeriesTitleMouseMoveOverOff event.

LegendBoxXY.SeriesTitleMouseMoveOverOnEventHandler

The delegate to use for handlers that receive the SeriesTitleMouseMoveOverOn event.

LineSeriesCursor.PositionChangedEventHandler

The delegate to use for handlers that receive the PositionChanged event.

ViewXY.BeforePanningEventHandler

The delegate to use for handlers that receive the BeforePanning event.

ViewXY.BeforeZoomingEventHandler

The delegate to use for handlers that receive the BeforeZooming event.

ViewXY.PannedEventHandler

The delegate to use for handlers that receive the Panned event.

ViewXY.YAxisGapChangedEventHandler

The delegate to use for handlers that receive the YAxisGapChanged event.

ViewXY.ZoomedEventHandler

The delegate to use for handlers that receive the Zoomed event.