Click or drag to resize

LightningChartLib.WPF.ChartingMVVM.SeriesXY Namespace

LightningChart .NET Help
 
Classes
 ClassDescription
Public classAreaSeries Area series.
Public classBand Band series is X or Y axis bound vertical or horizontal rectangular area, which ranges from graph bottom to top (X bound) or left to right (Y bound) from left to right having full width of the graph.
Public classBandResizedByUserEventArgs Represents a class that provides arguments for the ResizedByUser event.
Public classBarSeries Bar series. Bars series present the data as vertical column(s).
Public classBeforeSeriesRenderingEventArgs Represents a class that provides arguments for the BeforeSeriesRendering event.
Public classBlockSeriesBase Base class for block series.
Public classBlockSeriesBaseBLOCKDATATYPE Typed base class for block series.
Public classConstantLine Constant line is a horizontal line attached to a Y-axis value. It is drawn from left to right having full width of the graph.
Public classCustomLinePointColoringAndShapingEventArgs Represents a class that provides arguments for the CustomLinePointColoringAndShaping event.
Public classCustomStockDataAppearanceEventArgs Represents a class that provides arguments for the CustomStockDataAppearance event.
Public classDelegateCommand Represents a DelegateCommand object.
Public classDigitalLineSeries Digital line series. Uses arrays of uints as input data: uint[], where each value corresponds to 32 bit of data. Can be only used with Linear axis and DirectX11 engine.
Public classFreeformPointLineSeries Freeform point line series. You can define the line and points style. Add points with AddPoints method.
Public classHighLowSeries HighLow series.
Public classHighLowSeriesBase HighLow series.
Public classIntensityGridSeries Intensity grid series. Evenly spaced intensity value series.
Public classIntensityMeshSeries Intensity mesh series. Nodes can be freely located in X-Y space.
Public classIntensitySeriesBase Base class for intensity series classes.
Public classIntensitySeriesStencil IntensitySeries stencil. Use to mask drawable regions in/out.
Public classLineCollection Line collection. Just a bunch of lines, going from point A to B. This is not a polyline.
Public classLiteFreeformLineSeries Lite freeform line series. Uses arrays of points as input data: double[N,2]. Can be only used with Linear axis and DirectX11 engine.
Public classLiteLineSeries Lite line series. Uses arrays of points as input data: double[N,2]. Can be only used with Linear axis and DirectX11 engine.
Public classOldDataDroppedBarSeriesEventArgs Represents a class that provides arguments for the OldDataDropped event.
Public classOldDataDroppedDigitalLineSeriesEventArgs Represents a class that provides arguments for the OldDataDropped event.
Public classOldDataDroppedEventArgs Represents an abstract base class for event arguments classes that provide arguments for OldDataDropped events.
Public classOldDataDroppedHighLowSeriesBaseEventArgs Represents a class that provides arguments for the OldDataDropped event.
Public classOldDataDroppedLiteFreeFormLineSeriesEventArgs Represents a class that provides arguments for the OldDataDropped event.
Public classOldDataDroppedLiteLineSeriesEventArgs Represents a class that provides arguments for the OldDataDropped event.
Public classOldDataDroppedPointLineSeriesEventArgs Represents a class that provides arguments for the OldDataDropped event.
Public classOldDataDroppedSampleDataBlockSeriesEventArgs Represents a class that provides arguments for the OldDataDropped event.
Public classOldDataDroppedSampleDataSeriesEventArgs Represents a class that provides arguments for the OldDataDropped event.
Public classOldDataDroppedStockSeriesEventArgs Represents a class that provides arguments for the OldDataDropped event.
Public classPointLineSeries Point line series. You can define the line style and point style. Add points with AddPoints method.
Public classPointLineSeriesBase Base class for point line series.
Public classPolygonSeries Polygon series. Points must be in clockwise order.
Public classProgressiveSingleLineSeriesBase Base class for single line series which are progressive by X-value.
Public classSampleDataBlockSeries Block sample data series class. Can be only used with Linear axis and DirectX11 engine.
Public classSampleDataSeries Sample data series class.
Public classSeriesBaseXY Base class for all series
Public classStockSeries CandleStick series
Public classValueChangedEventArgs Represents a class that provides arguments for the ValueChanged event.
Public classValuesChangedEventArgs Represents a class that provides arguments for the ValuesChanged event.
Interfaces
 InterfaceDescription
Public interfaceILevelTriggable Interface for triggering X axis position from series values The triggering can be done from raising and falling edge.
Public interfaceIRealtimeShiftable Interface flag for series that can be - Shifted in real-time, by using incremental rendering data construction, with XAxis.ScrollMode == Scrolling/Sweeping/Stepping, and setting XAxis.ScrollPosition periodically. These series implementing this interface are very powerful in rendering of data that is appended in real-time.
Public interfaceISingleLineSeriesSolveResultReturningSeries Interface for series which return only single LineSeriesSolveResult.
Public interfaceITrackable Interface flag for series that can be - Tracked with LineSeriesCursor - SeriesEventMarkers can be set to SeriesEventMarkerVerticalPosition can be set to TrackSeries
Delegates
 DelegateDescription
Public delegateBandResizedByUserEventHandler The delegate to use for handlers that receive the ResizedByUser event.
Public delegateBandValuesChangedEventHandler The delegate to use for handlers that receive the ValuesChanged event.
Public delegateBarSeriesOldDataDroppedEventHandler The delegate to use for handlers that receive the OldDataDropped event.
Public delegateConstantLineValueChangedEventHandler The delegate to use for handlers that receive the ValueChanged event.
Public delegateDigitalLineSeriesOldDataDroppedEventHandler The delegate to use for handlers that receive the OldDataDropped event.
Public delegateHighLowSeriesBaseOldDataDroppedEventHandler The delegate to use for handlers that receive the OldDataDropped event.
Public delegateIntensitySeriesBaseTraceCellChangedHandler Delegate for TraceCellChanged event
Public delegateLiteFreeformLineSeriesOldDataDroppedEventHandler The delegate to use for handlers that receive the OldDataDropped event.
Public delegateLiteLineSeriesOldDataDroppedEventHandler The delegate to use for handlers that receive the OldDataDropped event.
Public delegatePointLineSeriesOldDataDroppedHandler The delegate to use for handlers that receive the OldDataDropped event.
Public delegatePointLineSeriesBaseCustomLinePointColoringAndShapingEventHandler The delegate to use for handlers that receive the CustomLinePointColoringAndShaping event.
Public delegateSampleDataBlockSeriesOldDataDroppedEventHandler The delegate to use for handlers that receive the OldDataDropped event.
Public delegateSampleDataSeriesOldDataDroppedEventHandler The delegate to use for handlers that receive the OldDataDropped event.
Public delegateSeriesBaseXYBeforeSeriesRenderingEventHandler The delegate to use for handlers that receive the BeforeSeriesRendering event.
Public delegateStockSeriesCustomStockDataAppearanceEventHandler The delegate to use for handlers that receive the CustomStockDataAppearance event.
Public delegateStockSeriesOldDataDroppedEventHandler The delegate to use for handlers that receive the OldDataDropped event.
Enumerations
 EnumerationDescription
Public enumerationBandOverBorderStatus User interactive device over border status.
Public enumerationPolygonSeriesConversionProgress Triangulation conversion progress indication.