ChartAxisScaleBreak.BreakLineType Property

Gets an expression that evaluates to the type of line used to show the scale break.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property BreakLineType As ReportEnumProperty(Of ChartBreakLineType)
    Get
'Usage
Dim instance As ChartAxisScaleBreak
Dim value As ReportEnumProperty(Of ChartBreakLineType)

value = instance.BreakLineType
public ReportEnumProperty<ChartBreakLineType> BreakLineType { get; }
public:
property ReportEnumProperty<ChartBreakLineType>^ BreakLineType {
    ReportEnumProperty<ChartBreakLineType>^ get ();
}
member BreakLineType : ReportEnumProperty<ChartBreakLineType>
function get BreakLineType () : ReportEnumProperty<ChartBreakLineType>