java.lang.Object
com.aspose.cells.ChartMarkerType
public class ChartMarkerType
- extends java.lang.Object
Utility class containing constants.
Represents the marker style in a line chart, scatter chart, or radar chart.
Field Summary |
static final int | AUTOMATIC | |
Automatic markers.
|
static final int | CIRCLE | |
Circular markers.
|
static final int | DASH | |
Long bar markers
|
static final int | DIAMOND | |
Diamond-shaped markers.
|
static final int | DOT | |
Short bar markers.
|
static final int | NONE | |
No markers.
|
static final int | SQUARE_PLUS | |
Square markers with a plus sign.
|
static final int | SQUARE | |
Square markers.
|
static final int | SQUARE_STAR | |
Square markers with an asterisk.
|
static final int | TRIANGLE | |
Triangular markers.
|
static final int | SQUARE_X | |
Square markers with an X.
|
static final int | PICTURE | |
Picture
|
AUTOMATIC | |
public static final int AUTOMATIC |
-
Automatic markers.
CIRCLE | |
public static final int CIRCLE |
-
Circular markers.
DASH | |
public static final int DASH |
-
Long bar markers
DIAMOND | |
public static final int DIAMOND |
-
Diamond-shaped markers.
DOT | |
public static final int DOT |
-
Short bar markers.
NONE | |
public static final int NONE |
-
No markers.
SQUARE_PLUS | |
public static final int SQUARE_PLUS |
-
Square markers with a plus sign.
SQUARE | |
public static final int SQUARE |
-
Square markers.
SQUARE_STAR | |
public static final int SQUARE_STAR |
-
Square markers with an asterisk.
TRIANGLE | |
public static final int TRIANGLE |
-
Triangular markers.
SQUARE_X | |
public static final int SQUARE_X |
-
Square markers with an X.
PICTURE | |
public static final int PICTURE |
-
Picture
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.