다음을 통해 공유


ChartLegendLayouts 열거형

Specifies arrangement of labels within the legend.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Enumeration ChartLegendLayouts
‘사용 방법
Dim instance As ChartLegendLayouts
public enum ChartLegendLayouts
public enum class ChartLegendLayouts
type ChartLegendLayouts
public enum ChartLegendLayouts

멤버

멤버 이름 설명
Column Labels must be arranged in a column.
Row Labels must be arranged in a row.
AutoTable Labels must be arranged automatically to fit.
WideTable Labels must be arranged in a wide table.
TallTable Labels must be arranged in a tall table.