Class LineSeriesBase
Inheritance
Inherited Members
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
Constructors
LineSeriesBase()
LineSeriesBase(SizeF)
Initializes a new instance of the LineSeriesBase class.
Declaration
public LineSeriesBase(SizeF pointSize)
Parameters
System.Drawing.SizeF
pointSize
Size of the point. |
LineSeriesBase(String)
Initializes a new instance of the LineSeriesBase class.
Declaration
public LineSeriesBase(string valueMember)
Parameters
System.String
valueMember
The value member. |
Properties
Model
Gets the model.
Declaration
public override ChartSeriesModel Model { get; }
Property Value
ChartSeriesModel
The model. |
Overrides
Methods
ApplyStyleSettingsCore(PropertySettingGroup)
Applies the style settings.
Declaration
protected override void ApplyStyleSettingsCore(PropertySettingGroup group)
Parameters
PropertySettingGroup
group
The group. |
Overrides
CreateModel()
Creates the model.
Declaration
protected override ChartDataPointCollection CreateModel()
Returns
ChartDataPointCollection
|
Overrides
CreatePointElement(DataPoint)
Creates the point element.
Declaration
protected override DataPointElement CreatePointElement(DataPoint point)
Parameters
DataPoint
point
The point. |
Returns
DataPointElement
|
Overrides
GetDefaultTrackballTextForPoint(DataPoint)
Gets the default trackball text for point.
Declaration
protected override string GetDefaultTrackballTextForPoint(DataPoint point)
Parameters
DataPoint
point
The point. |
Returns
System.String
|
Overrides
ValidatePoint(DataPoint)
Validates the point.
Declaration
protected override void ValidatePoint(DataPoint item)
Parameters
DataPoint
item
The item. |