Class SeriesStyles
This is a container class for all user defined series styles.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class SeriesStyles : Object, INotifyPropertyChanged
Constructors
SeriesStyles()
Declaration
public SeriesStyles()
Properties
AreaSeriesStyle
Gets or sets the AreaSeries style.
Declaration
public Style AreaSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
BarSeriesStyle
Gets or sets the Bar series style.
Declaration
public Style BarSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
BubbleSeriesStyle
Gets or sets the Bubble series style.
Declaration
public Style BubbleSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
CandleStickSeriesStyle
Gets or sets the CandleStick series style.
Declaration
public Style CandleStickSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
DoughnutSeriesStyle
Gets or sets the Doughnut series style.
Declaration
public Style DoughnutSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
HorizontalBarSeriesStyle
Gets or sets the HorizontalBar series style.
Declaration
public Style HorizontalBarSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
HorizontalRangeBarSeriesStyle
Gets or sets the HorizontalRangeBar series style.
Declaration
public Style HorizontalRangeBarSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
HorizontalStackedBar100SeriesStyle
Gets or sets the HorizontalStackedBar100 series style.
Declaration
public Style HorizontalStackedBar100SeriesStyle { get; set; }
Property Value
System.Windows.Style
|
HorizontalStackedBarSeriesStyle
Gets or sets the HorizontalStackedBar series style.
Declaration
public Style HorizontalStackedBarSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
LineSeriesStyle
Gets or sets the Line series style.
Declaration
public Style LineSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
NegativeBubbleSeriesStyle
Gets or sets the negative Bubble series style.
Declaration
public Style NegativeBubbleSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
PieSeriesStyle
Gets or sets the Pie series style.
Declaration
public Style PieSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
RangeBarSeriesStyle
Gets or sets the RangeBar series style.
Declaration
public Style RangeBarSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
RangeSeriesStyle
Gets or sets the RangeSeries style.
Declaration
public Style RangeSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
ScatterSeriesStyle
Gets or sets the Scatter series style.
Declaration
public Style ScatterSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
SplineAreaSeriesStyle
Gets or sets the SplineAreaSeries style.
Declaration
public Style SplineAreaSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
SplineRangeSeriesStyle
Gets or sets the SplineRangeSeries style.
Declaration
public Style SplineRangeSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
SplineSeriesStyle
Gets or sets the Spline series style.
Declaration
public Style SplineSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
StackedArea100SeriesStyle
Gets or sets the StackedAreaSeries style.
Declaration
public Style StackedArea100SeriesStyle { get; set; }
Property Value
System.Windows.Style
|
StackedAreaSeriesStyle
Gets or sets the StackedAreaSeries style.
Declaration
public Style StackedAreaSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
StackedBar100SeriesStyle
Gets or sets the StackedBar100 series style.
Declaration
public Style StackedBar100SeriesStyle { get; set; }
Property Value
System.Windows.Style
|
StackedBarSeriesStyle
Gets or sets the StackedBar series style.
Declaration
public Style StackedBarSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
StackedLineSeriesStyle
Gets or sets the StackedLine series style.
Declaration
public Style StackedLineSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
StackedSplineArea100SeriesStyle
Gets or sets the StackedSplineAreaSeries style.
Declaration
public Style StackedSplineArea100SeriesStyle { get; set; }
Property Value
System.Windows.Style
|
StackedSplineAreaSeriesStyle
Gets or sets the StackedSplineAreaSeries style.
Declaration
public Style StackedSplineAreaSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
StackedSplineSeriesStyle
Gets or sets the StackedSpline series style.
Declaration
public Style StackedSplineSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
StepAreaSeriesStyle
Gets or sets the StepArea series style.
Declaration
public Style StepAreaSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
StepLineSeriesStyle
Gets or sets the StepLine series style.
Declaration
public Style StepLineSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
StickSeriesStyle
Gets or sets the Stick series style.
Declaration
public Style StickSeriesStyle { get; set; }
Property Value
System.Windows.Style
|
Methods
OnPropertyChanged(PropertyChangedEventArgs)
Raises the PropertyChanged event.
Declaration
protected virtual void OnPropertyChanged(PropertyChangedEventArgs args)
Parameters
System.ComponentModel.PropertyChangedEventArgs
args
The System.ComponentModel.PropertyChangedEventArgs instance containing the event data. |
OnPropertyChanged(String)
Called when [property changed].
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
Name of the property. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|