[]
        
(Showing Draft Content)

C1.Android.Chart.Annotation.AnnotationPosition

AnnotationPosition Class

Specifies the position of the annotation.

Inheritance
AnnotationPosition
Namespace: C1.Android.Chart.Annotation
Assembly: C1.Android.Chart.dll
Syntax
public sealed class AnnotationPosition : Enum

Fields

Name Description
Bottom

The annotation appears at the Bottom of the target point.

Center

The annotation appears at the Center of the target point.

Left

The annotation appears at the Left of the target point.

Right

The annotation appears at the Right of the target point.

Top

The annotation appears at the Top of the target point.

value__