ClassLineSeriesBase
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
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
LineSeriesBase()
Initializes a new instance of the LineSeriesBase class.
Declaration
public LineSeriesBase()
LineSeriesBase(SizeF)
Initializes a new instance of the LineSeriesBase class.
Declaration
public LineSeriesBase(SizeF pointSize)
Parameters
pointSize
Size of the point.
LineSeriesBase(string)
Initializes a new instance of the LineSeriesBase class.
Declaration
public LineSeriesBase(string valueMember)
Parameters
valueMember
The value member.
Properties
Model
Gets the model.
Declaration
public override ChartSeriesModel Model { get; }
Property Value
The model.
Overrides
Methods
ApplyStyleSettingsCore(PropertySettingGroup)
Applies the style settings.
Declaration
protected override void ApplyStyleSettingsCore(PropertySettingGroup group)
Parameters
group
The group.
Overrides
CreateModel()
Creates the model.
Declaration
protected override ChartDataPointCollection CreateModel()
Returns
Overrides
CreatePointElement(DataPoint)
Creates the point element.
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
point
The point.
Returns
Overrides
GetDefaultTrackballTextForPoint(DataPoint)
Gets the default trackball text for point.
ValidatePoint(DataPoint)
Validates the point.
Declaration
protected override void ValidatePoint(DataPoint item)
Parameters
item
The item.
Overrides