public final class ShapeXYStyle extends Enum
Title: ShapeXYStyle class
Description: Describes the possible values of the Shape.XYStyle method.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Shape.getXYStyle()
,
Serialized FormModifier and Type | Field and Description |
---|---|
static ShapeXYStyle |
AXIS
Position in Axis units.
|
static ShapeXYStyle |
AXISORIGIN
Use Left,Top (X0,Y0) to set the Axis origin in Axis units.
|
static ShapeXYStyle |
PIXELS
Position relative to Chart Panel.
|
getValue, readResolve
public static final ShapeXYStyle PIXELS
public static final ShapeXYStyle AXIS
public static final ShapeXYStyle AXISORIGIN