Enumeração ChartBreakLineType

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

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

Sintaxe

'Declaração
Public Enumeration ChartBreakLineType
'Uso
Dim instance As ChartBreakLineType
public enum ChartBreakLineType
public enum class ChartBreakLineType
type ChartBreakLineType
public enum ChartBreakLineType

Membros

Nome do membro Descrição
Ragged Display ragged scale break lines.
None Do not display a line for scale breaks.
Straight Display straight scale break lines.
Wave Display wavy scale break lines.