ClassCartesianPointSeries
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
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
CartesianPointSeries()
Initializes a new instance of the CartesianPointSeries class.
Declaration
cs-api-definition
public CartesianPointSeries()
CartesianPointSeries(SizeF)
Initializes a new instance of the CartesianPointSeries class.
Declaration
cs-api-definition
public CartesianPointSeries(SizeF pointSize)
Parameters
pointSize
Size of the point.
CartesianPointSeries(string)
Initializes a new instance of the CartesianPointSeries class.
Declaration
cs-api-definition
public CartesianPointSeries(string valueMember)
Parameters
valueMember
The value member.
Fields
LabelAngleProperty
Declaration
cs-api-definition
public static readonly RadProperty LabelAngleProperty
Field Value
LabelDistanceToPointProperty
Declaration
cs-api-definition
public static readonly RadProperty LabelDistanceToPointProperty
Field Value
Properties
LabelAngle
Gets or sets the label angle.
Declaration
cs-api-definition
public double LabelAngle { get; set; }
Property Value
The label angle.
LabelDistanceToPoint
Gets or sets the label distance to point.
Declaration
cs-api-definition
public double LabelDistanceToPoint { get; set; }
Property Value
The label distance to point.