Class
StyleLineSeries

Line series specific style

Definition

Namespace:Telerik.Charting.Styles

Assembly:Telerik.WinControls.RadChart.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleLineSeries : LineStyle, IChartingStateManagedItem, IChartingStateManager, ICloneable

Inheritance: objectStateManagedObjectStyleBorderLineStyleStyleLineSeries

Derived Classes: StyleEmptyLineSeries

Implements: IChartingStateManagedItemIChartingStateManagerICloneable

Inherited Members LineStyle.Equals(object)LineStyle.GetHashCode()LineStyle.Clone()LineStyle.EndCapLineStyle.StartCapStyleBorder.VisibleStateManagedObject.CloneState()StateManagedObject.SaveViewState()StateManagedObject.TrackViewState()StateManagedObject.LoadViewState(object)StateManagedObject.SetDirty()StateManagedObject.ViewStateIgnoresCase

Constructors

StyleLineSeries()

Declaration

cs-api-definition
public StyleLineSeries()

Properties

Color

Gets or sets color of the series line

Declaration

cs-api-definition
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }

Property Value

Color

Color of line

Overrides StyleBorder.Color

IsEmptyLine

Checks if line belongs to StyleEmptyLineSeries class.

Declaration

cs-api-definition
protected bool IsEmptyLine { get; }

Property Value

bool

PenStyle

Gets or sets PenStyle of the series line

Declaration

cs-api-definition
[SkinnableProperty]
public override DashStyle PenStyle { get; set; }

Property Value

DashStyle

PenStyle of line

Overrides StyleBorder.PenStyle

Width

Gets or sets the width of the series line.

Declaration

cs-api-definition
[SkinnableProperty]
public override float Width { get; set; }

Property Value

float

Width of line

Overrides StyleBorder.Width