StyleLineSeries
Class
Line series specific style
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleLineSeries : LineStyle, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleBorderLineStyleStyleLineSeries
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public StyleLineSeries()
Properties
Color
Color
Gets or sets color of the series line
C#
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }
Color of line
Overrides:
IsEmptyLine
bool
Checks if line belongs to StyleEmptyLineSeries class.
C#
protected bool IsEmptyLine { get; }
PenStyle
DashStyle
Gets or sets PenStyle of the series line
C#
[SkinnableProperty]
public override DashStyle PenStyle { get; set; }
PenStyle of line
Overrides:
Width
float
Gets or sets the width of the series line.
C#
[SkinnableProperty]
public override float Width { get; set; }
Width of line
Overrides: