Click or drag to resize

CustomLinePointColoringAndShapingBaseEventArgs Class

LightningChart .NET Help
Represents a class that provides arguments for the CustomLinePointColoringAndShaping base event.
Inheritance Hierarchy

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public class CustomLinePointColoringAndShapingBaseEventArgs : ChartEventArgs

The CustomLinePointColoringAndShapingBaseEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCustomLinePointColoringAndShapingBaseEventArgs
Creates and initializes a new instance of CustomLinePointColoringAndShapingBaseEventArgs class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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