| Visual Basic (Declaration) | |
|---|---|
Public Enum AnchorPlacementType Inherits System.Enum | |
| C# | |
|---|---|
public enum AnchorPlacementType : System.Enum | |
| Member | Description |
|---|---|
| Bottom | The bar is anchored by its bottom side. |
| BottomLeft | The bar is anchored by its bottom left corner. |
| BottomRight | The bar is anchored by its bottom right corner. |
| Center | The bar is anchored by its center. |
| Left | The bar is anchored by its left side. |
| Right | The bar is anchored by its top right side. |
| Top | The bar is anchored by its top side. |
| TopLeft | The bar is anchored by its top left corner. |
| TopRight | The bar is anchored by its top right corner. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Chart.Annotations.AnchorPlacementType