Class LinearSeriesDefinition
Generic class that defines a SeriesDefinition for linear series (such as lines, bars, etc.).
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public abstract class LinearSeriesDefinition : SeriesDefinition, ISeriesDefinition, IAggregationGroupSeriesDefinition, INotifyPropertyChanged, ILinearSeriesDefinition
Constructors
LinearSeriesDefinition()
Initializes a new instance of the LinearSeriesDefinition class.
Declaration
protected LinearSeriesDefinition()
Fields
LabelSettingsProperty
Identifies the LabelSettings dependency property.
Declaration
public static readonly DependencyProperty LabelSettingsProperty
Field Value
System.Windows.DependencyProperty
|
Properties
LabelSettings
Gets the label settings.
Declaration
public LabelSettings LabelSettings { get; set; }
Property Value
LabelSettings
The label settings. |
Methods
CreateSeriesPanel()
Creates an instance of the panel for this series definition type.
Declaration
public override Panel CreateSeriesPanel()
Returns
System.Windows.Controls.Panel
|