Represents a data point that may be visualized by a Scatter series in a CartesianChart.
Generally this is a point that provides values for both X and Y axes and may be plotted by two numerical axes - Linear or Logarithmic.
Namespace: Telerik.ChartingAssembly: Telerik.Windows.Controls.Chart (in Telerik.Windows.Controls.Chart.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| Visual Basic |
|---|
Public Class ScatterDataPoint _
Inherits DataPoint |
| Visual C++ |
|---|
public ref class ScatterDataPoint : public DataPoint |
Inheritance Hierarchy
See Also