DataPointInfo Class Properties
For a list of all members of this type, see DataPointInfo members.
Public Properties
Name | Description | |
---|---|---|
![]() | DataPointIndex | Gets the DataPointIndex of this data point inside DataSeries. |
![]() | DataPointMetadata | Gets SciChart.Charting.Model.DataSeries.IPointMetadata for the data point. |
![]() | DataSeries | Gets SciChart.Charting.Model.DataSeries.IDataSeries which this data point belongs to. |
![]() | DataSeriesName | Gets the Name of the SciChart.Charting.Model.DataSeries.IDataSeries which this data point belongs to. |
![]() | RenderableSeries | Gets SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries which this data point belongs to. |
![]() | XValue | Gets the X Value of this data point. |
![]() | YValue | Gets the Y Value of this data point. |
See Also