Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |