Click or drag to resize

IntensityMeshSeries Class

LightningChart .NET Help
Intensity mesh series. Nodes can be freely located in X-Y space.
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 IntensityMeshSeries : IntensitySeriesBase

The IntensityMeshSeries 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;
(Inherited from IntensitySeriesBase.)
Public propertyContourLineStyle
Line style.
(Inherited from IntensitySeriesBase.)
Public propertyContourLineType
Contour line style.
(Inherited from IntensitySeriesBase.)
Public propertyData
Intensity point data.
(Inherited from IntensitySeriesBase.)
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.
(Inherited from IntensitySeriesBase.)
Public propertyFill
Fill.
(Inherited from IntensitySeriesBase.)
Public propertyFullInterpolation
Render with full interpolation. If only half interpolation is used, it can give performance increment with large intensity series.
(Inherited from IntensitySeriesBase.)
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.
(Inherited from IntensitySeriesBase.)
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.
(Inherited from IntensitySeriesBase.)
Public propertyLegendBoxValuesFormat
Numeric format for showing legend box value labels.
(Inherited from IntensitySeriesBase.)
Public propertyLegendBoxValueType
Value type: time, numeric or coordinates. Affects legend box value formatting.
(Inherited from IntensitySeriesBase.)
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.
(Inherited from IntensitySeriesBase.)
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.
(Inherited from IntensitySeriesBase.)
Public propertySizeX
Grid size in X dimension (Data array columns).
(Inherited from IntensitySeriesBase.)
Public propertySizeY
Grid size in Y dimension (Data array rows).
(Inherited from IntensitySeriesBase.)
Public propertyStencil
Stencil.
(Inherited from IntensitySeriesBase.)
Public propertyTitle
Series title.
(Inherited from IntensitySeriesBase.)
Public propertyToneColor
Surface tone color.
(Inherited from IntensitySeriesBase.)
Public propertyTraceCell
Tracing the surface cell is enabled.
(Inherited from IntensitySeriesBase.)
Public propertyValueRangePalette
Color palette for Y value information.
(Inherited from IntensitySeriesBase.)
Public propertyWireframeLineStyle
Wireframe line style.
(Inherited from IntensitySeriesBase.)
Public propertyWireframeType
Wireframe type.
(Inherited from IntensitySeriesBase.)
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.
(Inherited from IntensitySeriesBase.)
Public methodClear
Clears the series. Initializes Data with InitialValues. Sets the data point colors to BaseColor.
(Inherited from IntensitySeriesBase.)
Public methodCreateNewDataArray
Create new data array.
(Inherited from IntensitySeriesBase.)
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.
(Inherited from IntensitySeriesBase.)
Public methodGetDataColor
Get Data array color
(Inherited from IntensitySeriesBase.)
Public methodGetDataValue
Get Data array value.
(Inherited from IntensitySeriesBase.)
Public methodGetDataXValue
Get Data array X value.
(Inherited from IntensitySeriesBase.)
Public methodGetDataYValue
Get Data array Y value.
(Inherited from IntensitySeriesBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMinimumsAndMaximums
Get minimums and maximums of Series X, Y and data Values.
(Overrides IntensitySeriesBaseGetMinimumsAndMaximums(Double, Double, Double, Double, Double, Double).)
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.
(Inherited from IntensitySeriesBase.)
Public methodInvalidateData
Series data has been modified directly by its array. Use this method to notify chart that this series needs a refresh.
(Inherited from IntensitySeriesBase.)
Public methodInvalidateStencil
Invalidate stencil data.
(Inherited from IntensitySeriesBase.)
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.
(Inherited from IntensitySeriesBase.)
Public methodIsCoordinateOverCell
Check if coordinate is over cell in the series.
(Inherited from IntensitySeriesBase.)
Public methodIsHighlighted
returns true if the object is highlighted.
(Inherited from HighlightingItemBase.)
Public methodIsPositionOver
Is position over series.
(Inherited from IntensitySeriesBase.)
Public methodLoadFromCSV
Loads series data from a CSV file.
(Inherited from IntensitySeriesBase.)
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.
(Inherited from IntensitySeriesBase.)
Public methodRemoveHighlight
Removes forced highlighting.
(Inherited from HighlightingItemBase.)
Public methodSaveToCSV
Saves series data into a CSV file.
(Inherited from IntensitySeriesBase.)
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.
(Inherited from IntensitySeriesBase.)
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)"]

(Inherited from IntensitySeriesBase.)
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.
(Inherited from IntensitySeriesBase.)
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.
(Inherited from IntensitySeriesBase.)
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.
(Inherited from IntensitySeriesBase.)
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.
(Inherited from IntensitySeriesBase.)
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.
(Inherited from IntensitySeriesBase.)
Top
Fields
  NameDescription
Public fieldTag
Tag. Freely assignable object.
(Inherited from UserInteractiveObjectInt.)
Top
See Also