Click or drag to resize

CustomLinePointColoringAndShapingBaseEventArgs Fields

LightningChart .NET Help

The CustomLinePointColoringAndShapingBaseEventArgs type exposes the following members.

Fields
  NameDescription
Public fieldCanModifyColors
Tells if Colors array can be modified.
Public fieldCanModifyCoords
Tells if Coords array can be modified.
Public fieldColors
Custom colors.
Public fieldCoords
Screen coordinates of line points.
Public fieldDataPointIndices
Data point indices of the points that appear in the Coords and Colors arrays. Subsequent data points hitting the same screen coordinate may have been reduced. DataPointIndices array will tell indices which were actually used.
Public fieldHasDataPointIndices
Has data point indices information available. Not applicable to all series types.
Public fieldSweepPageIndex
Page index in sweeping X axis (0 or 1), for others, 0.
Top
See Also