CustomLinePointColoringAndShapingBaseEventArgs Fields |
The CustomLinePointColoringAndShapingBaseEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| CanModifyColors |
Tells if Colors array can be modified.
| |
| CanModifyCoords |
Tells if Coords array can be modified.
| |
| Colors |
Custom colors.
| |
| Coords |
Screen coordinates of line points.
| |
| 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.
| |
| HasDataPointIndices |
Has data point indices information available. Not applicable to all series types.
| |
| SweepPageIndex |
Page index in sweeping X axis (0 or 1), for others, 0.
|