ChartTitlePositions Enumeration
Specifies the position of the title.
Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Enumeration ChartTitlePositions
'Usage
Dim instance As ChartTitlePositions
public enum ChartTitlePositions
public enum class ChartTitlePositions
type ChartTitlePositions
public enum ChartTitlePositions
Members
| Member name | Description | |
|---|---|---|
| TopCenter | Position title at top center. | |
| TopLeft | Position title at top left. | |
| TopRight | Position title at top right. | |
| LeftTop | Position title at left top. | |
| LeftCenter | Position title at left center. | |
| LeftBottom | Position title at left bottom. | |
| RightTop | Position title at right top. | |
| RightCenter | Position title at right center. | |
| RightBottom | Position title at right bottom. | |
| BottomRight | Position title at bottom right. | |
| BottomCenter | Position title at bottom center. | |
| BottomLeft | Position title at bottom left. |