CustomLinePointColoringAndShapingBaseEventArgsDataPointIndices Field |
LightningChart .NET Help
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.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic int[] DataPointIndices
Public DataPointIndices As Integer()
public:
array<int>^ DataPointIndices
Field Value
Type:
Int32
See Also