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