Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartAxisScaleBreak Class / BreakLineType Property

In This Topic
    BreakLineType Property
    In This Topic
    Gets or sets the type of line used to show the scale break.
    Syntax
    'Declaration
     
    Public Property BreakLineType As RdlEnum(Of ChartBreakLineType)
    public RdlEnum<ChartBreakLineType> BreakLineType {get; set;}
    See Also