CartesianPointSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public abstract class CartesianPointSeries : CartesianSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeries...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the CartesianPointSeries class.
C#
public CartesianPointSeries()
Initializes a new instance of the CartesianPointSeries class.
Initializes a new instance of the CartesianPointSeries class.
Fields
C#
public static readonly RadProperty LabelAngleProperty
C#
public static readonly RadProperty LabelDistanceToPointProperty
Properties
Gets or sets the label angle.
C#
public double LabelAngle { get; set; }
The label angle.
Gets or sets the label distance to point.
C#
public double LabelDistanceToPoint { get; set; }
The label distance to point.