ChartBreakLineType 列舉
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. |