Class StyleLineSeries
Line series specific style
Inherited Members
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class StyleLineSeries : LineStyle, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
StyleLineSeries()
Declaration
public StyleLineSeries()
Properties
Color
Gets or sets color of the series line
Declaration
[SkinnableProperty]
public override Color Color { get; set; }
Property Value
System.Drawing.Color
Color of line |
Overrides
IsEmptyLine
Checks if line belongs to StyleEmptyLineSeries class.
Declaration
protected bool IsEmptyLine { get; }
Property Value
System.Boolean
|
PenStyle
Gets or sets PenStyle of the series line
Declaration
[SkinnableProperty]
public override DashStyle PenStyle { get; set; }
Property Value
System.Drawing.Drawing2D.DashStyle
PenStyle of line |
Overrides
Visible
Line series visibility (same as Series.Visible)
Declaration
public override bool Visible { get; set; }
Property Value
System.Boolean
Visibility of line |
Overrides
Width
Gets or sets the width of the series line.
Declaration
[SkinnableProperty]
public override float Width { get; set; }
Property Value
System.Single
Width of line |