Specifies the type of the line to use for the scale break lines.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Enumeration ChartBreakLineType
用法
Dim instance As ChartBreakLineType
public enum ChartBreakLineType
public enum class ChartBreakLineType
type ChartBreakLineType
public enum ChartBreakLineType
成员
成员名称 | 说明 | |
---|---|---|
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. |