CustomLinePointColoringAndShapingPolarEventArgs Class |
Namespace: Arction.Wpf.Charting.SeriesPolar
The CustomLinePointColoringAndShapingPolarEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomLinePointColoringAndShapingPolarEventArgs |
Creates and initializes a new instance of CustomLinePointColoringAndShapingPolarEventArgs class.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CanModifyColors |
Tells if Colors array can be modified.
(Inherited from CustomLinePointColoringAndShapingBaseEventArgs.) | |
| CanModifyCoords |
Tells if Coords array can be modified.
(Inherited from CustomLinePointColoringAndShapingBaseEventArgs.) | |
| Colors |
Custom colors.
(Inherited from CustomLinePointColoringAndShapingBaseEventArgs.) | |
| Coords |
Screen coordinates of line points.
(Inherited from CustomLinePointColoringAndShapingBaseEventArgs.) | |
| DataPointIndices |
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.) | |
| HasDataPointIndices |
Has data point indices information available. Not applicable to all series types.
(Inherited from CustomLinePointColoringAndShapingBaseEventArgs.) | |
| Series |
The series to which this event is associated.
| |
| SweepPageIndex |
Page index in sweeping X axis (0 or 1), for others, 0.
(Inherited from CustomLinePointColoringAndShapingBaseEventArgs.) |