com.aspose.cells

Class ChartMarkerType

  • 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 intAUTOMATIC
Automatic markers.
static final intCIRCLE
Circular markers.
static final intDASH
Long bar markers
static final intDIAMOND
Diamond-shaped markers.
static final intDOT
Short bar markers.
static final intNONE
No markers.
static final intSQUARE_PLUS
Square markers with a plus sign.
static final intSQUARE
Square markers.
static final intSQUARE_STAR
Square markers with an asterisk.
static final intTRIANGLE
Triangular markers.
static final intSQUARE_X
Square markers with an X.
static final intPICTURE
Picture
 

    • Field Detail

      • 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