Share via


ChartBreakLineTypes Enumeration

Specifies the type of the line to use for the scale break lines.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Enumeration ChartBreakLineTypes
'Usage
Dim instance As ChartBreakLineTypes
public enum ChartBreakLineTypes
public enum class ChartBreakLineTypes
type ChartBreakLineTypes
public enum ChartBreakLineTypes

Members

Member name Description
None Do not display a line for scale breaks.
Ragged Display ragged scale break lines.
Straight Display straight scale break lines.
Wave Display wavy scale break lines.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace