Class CartesianPointSeries
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public abstract class CartesianPointSeries : CartesianSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Constructors
CartesianPointSeries()
Initializes a new instance of the Cartesian
Declaration
public CartesianPointSeries()
CartesianPointSeries(SizeF)
Initializes a new instance of the Cartesian
Declaration
public CartesianPointSeries(SizeF pointSize)
Parameters
System. Size of the point. |
CartesianPointSeries(String)
Initializes a new instance of the Cartesian
Declaration
public CartesianPointSeries(string valueMember)
Parameters
System. The value member. |
Fields
LabelAngleProperty
LabelDistanceToPointProperty
Properties
LabelAngle
Gets or sets the label angle.
Declaration
public double LabelAngle { get; set; }
Property Value
System. The label angle. |
LabelDistanceToPoint
Gets or sets the label distance to point.
Declaration
public double LabelDistanceToPoint { get; set; }
Property Value
System. The label distance to point. |