ClassStyleLineSeries
Class
Line series specific style
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleLineSeries : LineStyle, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleBorderLineStyleStyleLineSeries
Derived Classes:
Implements:
Inherited Members
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
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
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