ClassStyleLineSeries
Class
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:
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 of line
Overrides
IsEmptyLine
Checks if line belongs to StyleEmptyLineSeries class.
PenStyle
Gets or sets PenStyle of the series line
Declaration
cs-api-definition
[SkinnableProperty]
public override DashStyle PenStyle { get; set; }
Property Value
PenStyle of line
Overrides