Click or drag to resize

Arction.Wpf.ChartingMVVM.Views.ViewXY Namespace

LightningChart .NET Help
 
Classes
  ClassDescription
Public classAnnotationXYCollection
Represents a collection of XY Annotations.
Public classAreaSeriesCollection
Represents a collection of AreaSeries objects.
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 classBandCollection
Represents a collection of Band objects.
Public classBarSeriesCollection
Represents a collection of BarSeries objects.
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 classChartEventMarkerCollection
Represents a collection of ChartEventMarker objects.
Public classConstantLineCollection
Represents a collection of ConstantLines.
Public classDigitalLineSeriesCollection
Represents a collection of DigitalLineSeries objects.
Public classErrorBarSettings
Error bar settings.
Public classFreeformPointLineSeriesCollection
Represents a collection of FreeformPointLineSeries objects.
Public classHighLowSeriesCollection
Represents a collection of HighLowSeries objects.
Public classIntensityGridSeriesCollection
Represents a collection of IntensityGridSeries objects.
Public classIntensityMeshSeriesCollection
Represents a collection of IntensityMeshSeries objects.
Public classLegendBoxXY
LegendBox shows the series names and line/point styles in a box.
Public classLegendBoxXYCollection
Represents a collection of LegendBoxXY objects.
Public classLineCollectionCollection
Represents a collection of LineCollection objects.
Public classLineSeriesCursor
Line series cursor allows tracking and evaluating line series values
Public classLineSeriesCursorCollection
Represents a collection of LineSeriesCursor objects.
Public classLiteFreeformLineSeriesCollection
Represents a collection of LiteFreeformLineSeries objects.
Public classLiteLineSeriesCollection
Represents a collection of LiteLineSeries objects.
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 classPointLineSeriesCollection
Represents a collection of PointLineSeries objects.
Public classPolygonSeriesCollection
Represents a collection of PolygonSeries objects.
Public classPositionChangedEventArgs
Represents a class that provides arguments for the PositionChanged event.
Public classRenderOptionsViewXY
View rendering options.
Public classSampleDataBlockSeriesCollection
Represents a collection of SampleDataBlockSeries objects.
Public classSampleDataSeriesCollection
Represents a collection of SampleDataSeries objects.
Public classSegmentCollection
Represents a collection of Segment objects.
Public classSeriesEventMarkerCollection
Represents a collection of SeriesEventMarker objects.
Public classSeriesTitleDeviceMovedEventArgs
Represents a class that provides arguments for the SeriesTitleDeviceMoved event.
Public classStockSeriesCollection
Represents a collection of StockSeries objects.
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.