Class SparkPointSeries
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class SparkPointSeries : SparkCartesianSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Constructors
SparkPointSeries()
SparkPointSeries(String)
Initializes a new instance of the SparkPointSeries class.
Declaration
public SparkPointSeries(string valueMember)
Parameters
System.String
valueMember
The value member. |
SparkPointSeries(String, String)
Initializes a new instance of the SparkPointSeries class.
Declaration
public SparkPointSeries(string valueMember, string categoryMember)
Parameters
System.String
valueMember
The value member. |
System.String
categoryMember
The category member. |
Fields
FirstPointShapeProperty
FirstPointSizeProperty
HighPointShapeProperty
HighPointSizeProperty
LastPointShapeProperty
LastPointSizeProperty
LowPointShapeProperty
LowPointSizeProperty
MarkerShapeProperty
MarkerSizeProperty
NegativePointShapeProperty
NegativePointSizeProperty
Properties
FirstPointShape
Gets or sets the shape of the first point of the series.
Declaration
public ElementShape FirstPointShape { get; set; }
Property Value
ElementShape
|
FirstPointSize
Gets or sets the size of the first point of the series.
Declaration
public SizeF FirstPointSize { get; set; }
Property Value
System.Drawing.SizeF
|
HighPointShape
Gets or sets the shape of the low point of the series.
Declaration
public ElementShape HighPointShape { get; set; }
Property Value
ElementShape
|
HighPointSize
Gets or sets the size of the high point of the series.
Declaration
public SizeF HighPointSize { get; set; }
Property Value
System.Drawing.SizeF
|
LastPointShape
Gets or sets the shape of the last point of the series.
Declaration
public ElementShape LastPointShape { get; set; }
Property Value
ElementShape
|
LastPointSize
Gets or sets the size of the last of the series.
Declaration
public SizeF LastPointSize { get; set; }
Property Value
System.Drawing.SizeF
|
LowPointShape
Gets or sets the shape of the low point of the series.
Declaration
public ElementShape LowPointShape { get; set; }
Property Value
ElementShape
|
LowPointSize
Gets or sets the size of the low point of the series.
Declaration
public SizeF LowPointSize { get; set; }
Property Value
System.Drawing.SizeF
|
MarkerShape
Gets or sets the shape of the points of the series.
Declaration
public ElementShape MarkerShape { get; set; }
Property Value
ElementShape
|
MarkerSize
Gets or sets the size of the points of the series.
Declaration
public SizeF MarkerSize { get; set; }
Property Value
System.Drawing.SizeF
|
NegativePointShape
Gets or sets the shape of the negative points of the series.
Declaration
public ElementShape NegativePointShape { get; set; }
Property Value
ElementShape
|
NegativePointSize
Gets or sets the size of the negative points of the series.
Declaration
public SizeF NegativePointSize { get; set; }
Property Value
System.Drawing.SizeF
|
Methods
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|