Click or drag to resize

CustomLinePointColoringAndShapingPolarEventArgs Class

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

Namespace:  Arction.WinForms.Charting.SeriesPolar
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public class CustomLinePointColoringAndShapingPolarEventArgs : CustomLinePointColoringAndShapingBaseEventArgs

The CustomLinePointColoringAndShapingPolarEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodCustomLinePointColoringAndShapingPolarEventArgs
Creates and initializes a new instance of CustomLinePointColoringAndShapingPolarEventArgs 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.
(Inherited from CustomLinePointColoringAndShapingBaseEventArgs.)
Public fieldCanModifyCoords
Tells if Coords array can be modified.
(Inherited from CustomLinePointColoringAndShapingBaseEventArgs.)
Public fieldColors
Custom colors.
(Inherited from CustomLinePointColoringAndShapingBaseEventArgs.)
Public fieldCoords
Screen coordinates of line points.
(Inherited from CustomLinePointColoringAndShapingBaseEventArgs.)
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.
(Inherited from CustomLinePointColoringAndShapingBaseEventArgs.)
Public fieldHasDataPointIndices
Has data point indices information available. Not applicable to all series types.
(Inherited from CustomLinePointColoringAndShapingBaseEventArgs.)
Public fieldSeries
The series to which this event is associated.
Public fieldSweepPageIndex
Page index in sweeping X axis (0 or 1), for others, 0.
(Inherited from CustomLinePointColoringAndShapingBaseEventArgs.)
Top
See Also