Class
ScaleBreaksLineStyle

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: IChartingStateManagedItemIChartingStateManager

Inherited Members LineStyle.Equals(object)LineStyle.GetHashCode()LineStyle.Clone()LineStyle.EndCapLineStyle.StartCapStyleBorder.PenStyleStyleBorder.WidthStyleBorder.VisibleStateManagedObject.CloneState()StateManagedObject.SaveViewState()StateManagedObject.TrackViewState()StateManagedObject.LoadViewState(object)StateManagedObject.SetDirty()StateManagedObject.Dispose()StateManagedObject.Dispose(bool)StateManagedObject.ViewStateIgnoresCase

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 StyleBorder.Color