Share via


ChartLegendLayouts Enumeration

Specifies arrangement of labels within the legend.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Enumeration ChartLegendLayouts
'Usage
Dim instance As ChartLegendLayouts
public enum ChartLegendLayouts
public enum class ChartLegendLayouts
type ChartLegendLayouts
public enum ChartLegendLayouts

Members

Member name Description
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.