ClassScaleBreaksLineStyle
Class
Scale breaks line specific style
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ScaleBreaksLineStyle : LineStyle, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleBorderLineStyleScaleBreaksLineStyle
Implements:
Inherited Members
Constructors
ScaleBreaksLineStyle()
Declaration
cs-api-definition
public ScaleBreaksLineStyle()
Properties
Color
Gets and sets ScaleBreak's color
Declaration
cs-api-definition
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }
Property Value
Color
ScaleBreak's color
Overrides