[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Annotations.AnchorPlacementType

AnchorPlacementType Enum

Specifies how an annotation's bar anchors to annotation's position.

Namespace: GrapeCity.ActiveReports.Chart.Annotations
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
public enum AnchorPlacementType

Fields

Name 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.