Click or drag to resize

LightningChartLib.WinForms.Charting.Views.ViewXY Namespace

LightningChart .NET Help
 
Classes
 ClassDescription
Public classAspectRatioOptions Aspect ratio options for ViewXY.
Public classAutoLabelLocator Automatic titles placement.
Public classAutoYFit Auto Y scale fit options class.
Public classAxisLayout Axis layout.
Public classBarViewOptions Bar view options.
Public classBeforePanningXYEventArgs Represents a class that provides arguments for the BeforePanning event for XY view.
Public classBeforeZoomingXYEventArgs Represents a class that provides arguments for the BeforeZooming event for XY view.
Public classErrorBarSettings Error bar settings.
Public classLegendBoxXY LegendBox shows the series names and line/point styles in a box.
Public classLineSeriesCursor Line series cursor allows tracking and evaluating line series values
Public classMiniScale Miniscale represents a miniature axes equivalent. Miniscales can't be used with logarithmic scales.
Public classPannedXYEventArgs Represents a class that provides arguments for the Panned event for XY view.
Public classPersistentSeriesRenderingIntensityLayer Persistent series rendering intensity layer. Like PersistentSeriesRenderingLayer, but with palette coloring by hit count.
Public classPersistentSeriesRenderingLayer 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.
Public classPersistentSeriesRenderingLayerBase Base class for persistent series rendering layers.
Public classPositionChangedEventArgs Represents a class that provides arguments for the PositionChanged event.
Public classRenderOptionsViewXY View rendering options.
Public classSeriesTitleDeviceMovedEventArgs Represents a class that provides arguments for the SeriesTitleDeviceMoved event.
Public classThinBorderXY Border rendered around graph area
Public classViewXY XY graph view. Allows super-fast drawing of lines and bars.
Public classYAxisGapChangedEventArgs Represents a class that provides arguments for the YAxisGapChangedEventArgs event.
Public classYAxisSegment Y-axis segment.
Public classZoomedXYEventArgs Represents a class that provides arguments for the Zoomed event for XY view.
Public classZoomPanOptions Zoom, pan and auto-fitting options for ViewXY.
Delegates
 DelegateDescription
Public delegateLegendBoxXYSeriesTitleMouseMoveOverOffEventHandler The delegate to use for handlers that receive the SeriesTitleMouseMoveOverOff event.
Public delegateLegendBoxXYSeriesTitleMouseMoveOverOnEventHandler The delegate to use for handlers that receive the SeriesTitleMouseMoveOverOn event.
Public delegateLineSeriesCursorPositionChangedEventHandler The delegate to use for handlers that receive the PositionChanged event.
Public delegateViewXYBeforePanningEventHandler The delegate to use for handlers that receive the BeforePanning event.
Public delegateViewXYBeforeZoomingEventHandler The delegate to use for handlers that receive the BeforeZooming event.
Public delegateViewXYPannedEventHandler The delegate to use for handlers that receive the Panned event.
Public delegateViewXYYAxisGapChangedEventHandler The delegate to use for handlers that receive the YAxisGapChanged event.
Public delegateViewXYZoomedEventHandler The delegate to use for handlers that receive the Zoomed event.