SparkPointSeries
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
Initializes a new instance of the SparkPointSeries class.
public SparkPointSeries()
Initializes a new instance of the SparkPointSeries class.
Initializes a new instance of the SparkPointSeries class.
Fields
public static RadProperty FirstPointShapeProperty
public static RadProperty FirstPointSizeProperty
public static RadProperty HighPointShapeProperty
public static RadProperty HighPointSizeProperty
public static RadProperty LastPointShapeProperty
public static RadProperty LastPointSizeProperty
public static RadProperty LowPointShapeProperty
public static RadProperty LowPointSizeProperty
public static RadProperty MarkerShapeProperty
public static RadProperty MarkerSizeProperty
public static RadProperty NegativePointShapeProperty
public static RadProperty NegativePointSizeProperty
Properties
Gets or sets the shape of the first point of the series.
public ElementShape FirstPointShape { get; set; }
Gets or sets the size of the first point of the series.
public SizeF FirstPointSize { get; set; }
Gets or sets the shape of the low point of the series.
public ElementShape HighPointShape { get; set; }
Gets or sets the size of the high point of the series.
public SizeF HighPointSize { get; set; }
Gets or sets the shape of the last point of the series.
public ElementShape LastPointShape { get; set; }
Gets or sets the size of the last of the series.
public SizeF LastPointSize { get; set; }
Gets or sets the shape of the low point of the series.
public ElementShape LowPointShape { get; set; }
Gets or sets the size of the low point of the series.
public SizeF LowPointSize { get; set; }
Gets or sets the shape of the points of the series.
public ElementShape MarkerShape { get; set; }
Gets or sets the size of the points of the series.
public SizeF MarkerSize { get; set; }
Gets or sets the shape of the negative points of the series.
public ElementShape NegativePointShape { get; set; }
Gets or sets the size of the negative points of the series.
public SizeF NegativePointSize { get; set; }
Methods
Raises the RadPropertyChanged event and the standard .NET PropertyChanged event to notify subscribers of property value changes.
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
The RadPropertyChangedEventArgs containing information about the property change.
Overrides: