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