Énumération ChartLegendLayouts
Specifies arrangement of labels within the legend.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Enumeration ChartLegendLayouts
'Utilisation
Dim instance As ChartLegendLayouts
public enum ChartLegendLayouts
public enum class ChartLegendLayouts
type ChartLegendLayouts
public enum ChartLegendLayouts
Membres
Nom de membre | Description | |
---|---|---|
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. |