public final class MarkerStyleType
extends com.aspose.ms.System.Enum
Determines form of marker on chart's data point.
Modifier and Type | Field and Description |
---|---|
static int |
Circle
Specifies a circle shall be drawn at each data point.
|
static int |
Dash
Specifies a dash shall be drawn at each data point.
|
static int |
Diamond
Specifies a diamond shall be drawn at each data point.
|
static int |
Dot
Specifies a dot shall be drawn at each data point.
|
static int |
None
Specifies nothing shall be drawn at each data point.
|
static int |
NotDefined |
static int |
Picture
Specifies a picture shall be drawn at each data point.
|
static int |
Plus
Specifies a plus shall be drawn at each data point.
|
static int |
Square
Specifies a square shall be drawn at each data point.
|
static int |
Star
Specifies a star shall be drawn at each data point.
|
static int |
Triangle
Specifies a triangle shall be drawn at each data point.
|
static int |
X
Specifies an X shall be drawn at each data point.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NotDefined
public static final int Circle
Specifies a circle shall be drawn at each data point.
public static final int Dash
Specifies a dash shall be drawn at each data point.
public static final int Diamond
Specifies a diamond shall be drawn at each data point.
public static final int Dot
Specifies a dot shall be drawn at each data point.
public static final int None
Specifies nothing shall be drawn at each data point.
public static final int Picture
Specifies a picture shall be drawn at each data point.
public static final int Plus
Specifies a plus shall be drawn at each data point.
public static final int Square
Specifies a square shall be drawn at each data point.
public static final int Star
Specifies a star shall be drawn at each data point.
public static final int Triangle
Specifies a triangle shall be drawn at each data point.
public static final int X
Specifies an X shall be drawn at each data point.