Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the position of the legend.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration ChartLegendPositions
'Usage
Dim instance As ChartLegendPositions
public enum ChartLegendPositions
public enum class ChartLegendPositions
type ChartLegendPositions
public enum ChartLegendPositions
Members
| Member name | Description | |
|---|---|---|
| BottomCenter | Position legend at bottom center. | |
| BottomLeft | Position legend at bottom left. | |
| BottomRight | Position legend at bottom right. | |
| LeftBottom | Position legend at left bottom. | |
| LeftCenter | Position legend at left center. | |
| LeftTop | Position legend at left top. | |
| RightBottom | Position legend at right bottom. | |
| RightCenter | Position legend at right center. | |
| RightTop | Position legend at right top. | |
| TopCenter | Position legend at top center. | |
| TopLeft | Position legend at top left. | |
| TopRight | Position legend at top right. |
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace