public final class AnnotationPosition extends Enum
Title: AnnotationPosition
Description: Describes the possible values of the Annotation.Position method.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software
Annotation.getPosition()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static AnnotationPosition |
CENTER |
static AnnotationPosition |
LEFTBOTTOM
Draws the Annotation Tool in the bottom left of the Chart Panel.
|
static AnnotationPosition |
LEFTTOP
Draws the Annotation Tool in the top left of the Chart Panel.
|
static AnnotationPosition |
RIGHTBOTTOM
Draws the Annotation Tool in the bottom right of the Chart Panel.
|
static AnnotationPosition |
RIGHTTOP
Draws the Annotation Tool in the top right of the Chart Panel.
|
getValue, readResolve
public static final AnnotationPosition LEFTTOP
public static final AnnotationPosition LEFTBOTTOM
public static final AnnotationPosition RIGHTTOP
public static final AnnotationPosition RIGHTBOTTOM
public static final AnnotationPosition CENTER