Click or drag to resize

BlockSeriesBaseBLOCKDATATYPE Class

LightningChart .NET Help
Typed base class for block series.
Inheritance Hierarchy

Namespace: LightningChartLib.UWP.ChartingMVVM.SeriesXY
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
public abstract class BlockSeriesBase<BLOCKDATATYPE> : BlockSeriesBase

Type Parameters

BLOCKDATATYPE

The BlockSeriesBaseBLOCKDATATYPE type exposes the following members.

Constructors
 NameDescription
Public methodBlockSeriesBaseBLOCKDATATYPE Constructor for Form designer list editor.
Public methodBlockSeriesBaseBLOCKDATATYPE(ViewXY, AxisX, AxisY) Constructor
Top
Properties
 NameDescription
Public propertyAllowUserInteraction Gets or sets if user interaction is allowed. This is a dependency property.
(Inherited from SeriesBaseXY)
Public propertyAssignXAxisIndex Gets or sets index of X axis assigned to this series. Give -1 when you don't want to assign it yet to any X axis. This is a dependency property.
(Inherited from SeriesBaseXY)
Public propertyAssignYAxisIndex Gets or sets index of Y axis assigned to this series. Give -1 when you don't want to assign it yet to any Y axis. This is a dependency property.
(Inherited from SeriesBaseXY)
Public propertyColor Gets and sets color of line. This is a dependency property.
(Inherited from BlockSeriesBase)
Public propertyCursorTrackEnabled Cursor tracking enabled. This is a dependency property.
(Inherited from BlockSeriesBase)
Public propertyDisableDragToAnotherAxis Gets or sets if disable dragging from Y axis to another Y axis or from chart to another chart. This is a dependency property. Set this true if you want to zoom in the series area, and keep other user interactive device interactivity features available.
(Inherited from SeriesBaseXY)
Public propertyHighlight Gets or sets highlight style. Item can be highlighted by user interactive device or by code. This is a dependency property.
(Inherited from HighlightingItemBase)
Public propertyIncludeInAutoFit Gets or sets if includes series values in automatic fit. This is a dependency property.
(Inherited from SeriesBaseXY)
Public propertyLegendBoxIndex Gets or sets legendbox index. This is a dependency property.
(Inherited from SeriesBaseXY)
Public propertyLimitYToStackSegment Gets or sets if limit Y draw range to segment area when y-axes are stacked. This is a dependency property.
(Inherited from SeriesBaseXY)
Public propertyOffsetY Get or set Offset y value. This is added to each data value when rendering. This is a dependency property.
(Inherited from BlockSeriesBase)
Public propertyScrollModePointsKeepLevel Tells how often the source data is cleared when using X axis scroll mode. This is a dependency property. Valid range is 1...100. 1 frees the source data after every 1/10 scroll page. Use this when there's not much memory available. 100 frees the source data after every 100/10 = 10 pages. One need to set to true to enable this functionality.
(Inherited from BlockSeriesBase)
Public propertySeriesEventMarkers Gets or sets Series event markers. This is a dependency property.
(Inherited from BlockSeriesBase)
Public propertyShowInLegendBox Gets or sets if enlists the series title text in Legend box of the chart. This is a dependency property.
(Inherited from SeriesBaseXY)
Public propertyTitle Gets and sets Title of series. This is a dependency property.
(Inherited from BlockSeriesBase)
Public propertyWidth Gets and sets width of line. This is a dependency property.
(Inherited from BlockSeriesBase)
Public propertyVisible Gets or sets series visible state. This is a dependency property.
(Inherited from SeriesBaseXY)
Top
Methods
 NameDescription
Public methodActualPointCount Actual point count in series.
Public methodClear Clear all data.
(Inherited from BlockSeriesBase)
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodGetClipAreas Get clipping areas.
(Inherited from SeriesBaseXY)
Public methodGetMinMaxFromXRange Get minimum and maximum Y value withing given X range.
(Inherited from BlockSeriesBase)
Public methodGetXMinMax Get minimum X and maximum X of series X values
(Inherited from BlockSeriesBase)
Public methodInvalidateData Series data has been modified directly by it's array. Use this method to notify chart that this series needs a refresh.
(Inherited from BlockSeriesBase)
Public methodIsHighlighted returns true if the object is highlighted.
(Inherited from HighlightingItemBase)
Public methodIsPositionOver Is position over series.
(Inherited from BlockSeriesBase)
Public methodLoadFromCSVAsync Loads series data from a CSV file.
(Inherited from SeriesBaseXY)
Public methodRemoveHighlight Removes forced highlighting.
(Inherited from HighlightingItemBase)
Public methodSaveToCSVAsync Saves series data into CSV file
(Inherited from SeriesBaseXY)
Public methodSetClipAreas Set clipping areas. Give null to disable all clip areas.
(Inherited from SeriesBaseXY)
Public methodSetHighlight Highlights the object.

This is a kind of "forced" highlight, and the object might be highlighted even if the highlighting type (defined by Highlight property) is set to None. How the highlighting happens, if any, depends on object. Most objects use the defined type by default, and fall back to Simple highlighting if None is set.


(Inherited from HighlightingItemBase)
Public methodSetProperCursor Set proper drag cursor. Default is hand.
(Inherited from UserInteractiveObject)
Public methodSolveNearestSampleByCoord Solve nearest sample to given X and Y screen coordinate [in DIPs].
(Inherited from BlockSeriesBase)
Public methodSolveNearestSampleByValue Solve nearest sample to given X and Y value.
(Inherited from BlockSeriesBase)
Public methodSolveYValueAtXValue Solve y value at x value.
(Inherited from BlockSeriesBase)
Public methodToString Item to string.
(Inherited from SeriesBaseXY)
Top
Events
 NameDescription
Public eventBeforeSeriesRendering Occurs just before the rendering of the series takes place.
(Inherited from SeriesBaseXY)
Public eventDoubleTapped Item has been doubletapped.
(Inherited from UserInteractiveObject)
Public eventHighlightedStateChanged Event telling that highlighted state has changed. Contains information of the new state.
(Inherited from HighlightingItemBase)
Public eventPointerEntered Pointer has been moved over object.
(Inherited from UserInteractiveObject)
Public eventPointerExited Pointer has been moved outside of object.
(Inherited from UserInteractiveObject)
Public eventPointerPressed Pointer has been pressed down.
(Inherited from UserInteractiveObject)
Public eventPointerReleased Pointer has been released.
(Inherited from UserInteractiveObject)
Public eventTapped Item has been tapped.
(Inherited from UserInteractiveObject)
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldTag Tag. Freely assignable object.
(Inherited from UserInteractiveObjectInt)
Top
See Also