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