ChartLegendLayouts 열거형
Specifies arrangement of labels within the legend.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
Public Enumeration ChartLegendLayouts
‘사용 방법
Dim instance As ChartLegendLayouts
public enum ChartLegendLayouts
public enum class ChartLegendLayouts
type ChartLegendLayouts
public enum ChartLegendLayouts
멤버
| 멤버 이름 | 설명 | |
|---|---|---|
| AutoTable | Labels must be arranged automatically to fit. | |
| Column | Labels must be arranged in a column. | |
| Row | Labels must be arranged in a row. | |
| WideTable | Labels must be arranged in a wide table. | |
| TallTable | Labels must be arranged in a tall table. |