Click or drag to resize

IntensitySeriesBase Class

LightningChart .NET Help
Base class for intensity series classes.
Inheritance Hierarchy

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public class IntensitySeriesBase : SeriesBaseXY

The IntensitySeriesBase type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAllowUserInteraction
Allow series reacting to user interaction device movement. Device hit testing with objects cause CPU overhead when the device is moved. If user interaction is not absolute necessary directly within chart and if you want to maximize the performance, set this false.
(Inherited from SeriesBaseXY.)
Public propertyAssignableXAxes
List of assignable X axes
(Inherited from SeriesBaseXY.)
Public propertyAssignableYAxes
List of assignable Y axes
(Inherited from SeriesBaseXY.)
Public propertyAssignXAxisIndex
Index of X axis assigned to this series. Give -1 when you don't want to assign it yet to any X axis.
(Inherited from SeriesBaseXY.)
Public propertyAssignYAxisIndex
Index of Y axis assigned to this series. Give -1 when you don't want to assign it yet to any Y axis.
(Inherited from SeriesBaseXY.)
Public propertyContourLineLabels
Contour Line Label's properties. Property tree: if enabled; format, font and color of text. Default state is disabled;
Public propertyContourLineStyle
Line style.
Public propertyContourLineType
Contour line style.
Public propertyData
Intensity point data.
Public propertyDisableDragToAnotherAxis
Disable dragging from Y axis to another Y axis or from chart to another chart. 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 propertyFastContourZoneRange
Data value range for fast contour zones. The fast contour zone is a contour line equivalent.
Public propertyFill
Fill.
Public propertyFullInterpolation
Render with full interpolation. If only half interpolation is used, it can give performance increment with large intensity series.
Public propertyHighlight
Gets or sets highlight style. Item can be highlighted by user interactive device or by code.
(Inherited from HighlightingItemBase.)
Public propertyIncludeInAutoFit
Include series values in automatic fit.
(Inherited from SeriesBaseXY.)
Public propertyInitialValue
Initial value for data Y. Clears the series. It is applied when creating or resizing Data array.
Public propertyLegendBoxIndex
Legendbox index.
(Inherited from SeriesBaseXY.)
Public propertyLegendBoxUnits
Intensity series units, shown in legend box. Use this for intensity data units, not Y-axis units.
Public propertyLegendBoxValuesFormat
Numeric format for showing legend box value labels.
Public propertyLegendBoxValueType
Value type: time, numeric or coordinates. Affects legend box value formatting.
Public propertyLimitYToStackSegment
Limit Y draw range to segment area when y-axes are stacked.
(Inherited from SeriesBaseXY.)
Public propertyOptimization
Optimization selection for the series usage. Use StaticData if data does not changed frequently, allowing faster updates when other objects in the chart are updating. DynamicData selection is better when the data is changed many times / second.
Public propertyOwnerView
Owner view.
(Inherited from SeriesBaseXY.)
Public propertyShowInLegendBox
Enlists the series title text in Legend box of the chart
(Inherited from SeriesBaseXY.)
Public propertyShowNodes
Show nodes.
Public propertySizeX
Grid size in X dimension (Data array columns).
Public propertySizeY
Grid size in Y dimension (Data array rows).
Public propertyStencil
Stencil.
Public propertyTitle
Series title.
Public propertyToneColor
Surface tone color.
Public propertyTraceCell
Tracing the surface cell is enabled.
Public propertyValueRangePalette
Color palette for Y value information.
Public propertyWireframeLineStyle
Wireframe line style.
Public propertyWireframeType
Wireframe type.
Public propertyVisible
Is the series visible
(Inherited from SeriesBaseXY.)
Top
Methods
  NameDescription
Public methodCheckSurfaceSizeForGPU
Check if the given surface size can be used with the GPU. GPU index buffer capacity is verified.
Public methodClear
Clears the series. Initializes Data with InitialValues. Sets the data point colors to BaseColor.
(Overrides SeriesBaseXYClear.)
Public methodCreateNewDataArray
Create new data array.
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetClipAreas
Get clipping areas.
(Inherited from SeriesBaseXY.)
Public methodGetContourRoutes
Get Contour to the List of levels, which is List of polylines/routes. The contour lines are rebuild with current palette steps' value and color.
Public methodGetDataColor
Get Data array color
Public methodGetDataValue
Get Data array value.
Public methodGetDataXValue
Get Data array X value.
Public methodGetDataYValue
Get Data array Y value.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMinimumsAndMaximums
Get minimums and maximums of Series X, Y and data Values.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvalidateColorsOnly
Invalidate colors only. Use this together with Optimization = DynamicValuesData. Does not update the geometry to the GPU when not needed, allowing significantly faster rendering.
Public methodInvalidateData
Series data has been modified directly by its array. Use this method to notify chart that this series needs a refresh.
(Overrides SeriesBaseXYInvalidateData.)
Public methodInvalidateStencil
Invalidate stencil data.
Public methodInvalidateValuesDataOnly
Invalidate values data only. Use this together with Optimization = DynamicValuesData. Does not update the geometry to the GPU when not needed, allowing significantly faster rendering.
Public methodIsCoordinateOverCell
Check if coordinate is over cell in the series.
Public methodIsHighlighted
returns true if the object is highlighted.
(Inherited from HighlightingItemBase.)
Public methodIsPositionOver
Is position over series.
(Overrides SeriesBaseXYIsPositionOver(Int32, Int32, Boolean).)
Public methodLoadFromCSV
Loads series data from a CSV file.
(Overrides SeriesBaseXYLoadFromCSV(String, SeparatorCSV).)
Public methodRefreshRenderingData
Rebuilds rendering data. Expert's method for allowing multi-threaded application to pre-build rendering data before rendering stage. Rendering stage must always be synchronized to main thread, but this call can be called parallel for every series of this type.
Public methodRemoveHighlight
Removes forced highlighting.
(Inherited from HighlightingItemBase.)
Public methodSaveToCSV
Saves series data into a CSV file.
(Overrides SeriesBaseXYSaveToCSV(String, SeparatorCSV).)
Public methodSetClipAreas
Set clipping areas. Give null to disable all clip areas.
(Inherited from SeriesBaseXY.)
Public methodSetColorsData
Sets colors. Doesn't update the Data array contents itself. Very handy to make the chart render fast when the colors are being changed frequently, especially with IntensityGridSeries' PixelRendering mode enabled.
Public methodSetDataValue

[Missing <summary> documentation for "M:Arction.WinForms.Charting.SeriesXY.IntensitySeriesBase.SetDataValue(System.Int32,System.Int32,System.Double,System.Double,System.Double,System.Drawing.Color)"]

Public methodSetHeightDataFromBitmap
Create data based on bitmap file contents. Data array will have dimensions of the bitmap Width X Height. Use options to reduce resolution and smooth it if needed. Height data of is calculated for each pixel from R, G, and B sum. 0 (black) will have the minimum value, and maximum value is obtained from 3*255 (white). If bitmap has alpha value of 0, the data is set to -INF, and the value is not drawn.
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 methodSetSize
Set grid size, both X and Y at same time. If you already have a large existing data, using this method is faster than setting SizeX and SizeY separately.
Public methodSetValuesData(Double, IntensityGridValuesDataOrder)
Sets values. Doesn't update the Data array contents itself. Very handy to make the chart render fast when the data is being changed frequently, especially with IntensityGridSeries' PixelRendering mode enabled.
Public methodSetValuesData(Single, IntensityGridValuesDataOrder)
Sets values. Doesn't update the Data array contents itself. Very handy to make the chart render fast when the data is being changed frequently, especially with IntensityGridSeries' PixelRendering mode enabled.
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 eventHighlightedStateChanged
Event telling that highlighted state has changed. Contains information of the new state.
(Inherited from HighlightingItemBase.)
Public eventMouseClick
Mouse button has been clicked.
(Inherited from UserInteractiveObject.)
Public eventMouseDoubleClick
Mouse button has been doubleclicked.
(Inherited from UserInteractiveObject.)
Public eventMouseDown
Mouse button has been pressed down.
(Inherited from UserInteractiveObject.)
Public eventMouseOverOff
Mouse has been moved outside of object.
(Inherited from UserInteractiveObject.)
Public eventMouseOverOn
Mouse has been moved over object.
(Inherited from UserInteractiveObject.)
Public eventMouseUp
Mouse button has been released.
(Inherited from UserInteractiveObject.)
Public eventTraceCellChanged
Tracing has been moved to over different intensity series cell.
Top
Fields
  NameDescription
Public fieldTag
Tag. Freely assignable object.
(Inherited from UserInteractiveObjectInt.)
Top
See Also