LineSeriesBase
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public abstract class LineSeriesBase : CartesianPointSeries, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement, IChartSeries, IChartElementPresenter, IAxisProvider
Inheritance: objectDisposableObjectRadObjectUIChartElementChartSeriesCartesianSeriesCartesianPointSeriesLineSeriesBase...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the LineSeriesBase class.
C#
public LineSeriesBase()
Initializes a new instance of the LineSeriesBase class.
Initializes a new instance of the LineSeriesBase class.
Properties
Gets the model.
C#
public override ChartSeriesModel Model { get; }
The model.
Overrides:
Methods
Applies the style settings.
C#
protected override void ApplyStyleSettingsCore(PropertySettingGroup group)
The group.
Overrides:
Creates the model.
C#
protected override ChartDataPointCollection CreateModel()
Overrides:
Creates the point element.
C#
protected override DataPointElement CreatePointElement(DataPoint point)
The point.
Returns:Overrides:
Validates the point.
C#
protected override void ValidatePoint(DataPoint item)
The item.
Overrides: