ClassSparkPointSeries
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public abstract class SparkPointSeries : SparkCartesianSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISparkElementPresenter, IStylableElement, IStylableNode, IShapedElement
Inheritance: objectDisposableObjectRadObjectUISparkElementSparkSeriesSparkCartesianSeriesSparkPointSeries
Derived Classes:
Implements:
Inherited Members
Constructors
SparkPointSeries()
Initializes a new instance of the SparkPointSeries class.
Declaration
public SparkPointSeries()
SparkPointSeries(string)
Initializes a new instance of the SparkPointSeries class.
Declaration
public SparkPointSeries(string valueMember)
Parameters
valueMember
The value member.
SparkPointSeries(string, string)
Initializes a new instance of the SparkPointSeries class.
Fields
FirstPointShapeProperty
Declaration
public static RadProperty FirstPointShapeProperty
Field Value
FirstPointSizeProperty
Declaration
public static RadProperty FirstPointSizeProperty
Field Value
HighPointShapeProperty
Declaration
public static RadProperty HighPointShapeProperty
Field Value
HighPointSizeProperty
Declaration
public static RadProperty HighPointSizeProperty
Field Value
LastPointShapeProperty
Declaration
public static RadProperty LastPointShapeProperty
Field Value
LastPointSizeProperty
Declaration
public static RadProperty LastPointSizeProperty
Field Value
LowPointShapeProperty
Declaration
public static RadProperty LowPointShapeProperty
Field Value
LowPointSizeProperty
Declaration
public static RadProperty LowPointSizeProperty
Field Value
NegativePointShapeProperty
Declaration
public static RadProperty NegativePointShapeProperty
Field Value
NegativePointSizeProperty
Declaration
public static RadProperty NegativePointSizeProperty
Field Value
Properties
FirstPointShape
Gets or sets the shape of the first point of the series.
Declaration
public ElementShape FirstPointShape { get; set; }
Property Value
FirstPointSize
Gets or sets the size of the first point of the series.
HighPointShape
Gets or sets the shape of the low point of the series.
Declaration
public ElementShape HighPointShape { get; set; }
Property Value
HighPointSize
Gets or sets the size of the high point of the series.
LastPointShape
Gets or sets the shape of the last point of the series.
Declaration
public ElementShape LastPointShape { get; set; }
Property Value
LastPointSize
Gets or sets the size of the last of the series.
LowPointShape
Gets or sets the shape of the low point of the series.
Declaration
public ElementShape LowPointShape { get; set; }
Property Value
LowPointSize
Gets or sets the size of the low point of the series.
MarkerShape
Gets or sets the shape of the points of the series.
Declaration
public ElementShape MarkerShape { get; set; }
Property Value
MarkerSize
Gets or sets the size of the points of the series.
NegativePointShape
Gets or sets the shape of the negative points of the series.
Declaration
public ElementShape NegativePointShape { get; set; }
Property Value
NegativePointSize
Gets or sets the size of the negative points of the series.
Methods
OnPropertyChanged(RadPropertyChangedEventArgs)
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
e
The RadPropertyChangedEventArgs containing information about the property change.
Overrides