aspose.cells

Class ChartMarkerType

Utility class containing constants. Represents the marker style in a line chart, scatter chart, or radar chart.

Field Summary
const  NumberAUTOMATIC
Automatic markers.
const  NumberCIRCLE
Circular markers.
const  NumberDASH
Long bar markers
const  NumberDIAMOND
Diamond-shaped markers.
const  NumberDOT
Short bar markers.
const  NumberNONE
No markers.
const  NumberSQUARE_PLUS
Square markers with a plus sign.
const  NumberSQUARE
Square markers.
const  NumberSQUARE_STAR
Square markers with an asterisk.
const  NumberTRIANGLE
Triangular markers.
const  NumberSQUARE_X
Square markers with an X.
const  NumberPICTURE
Picture
 

    • Field Detail

      • AUTOMATIC

        const Number AUTOMATIC
        Automatic markers.
      • CIRCLE

        const Number CIRCLE
        Circular markers.
      • DASH

        const Number DASH
        Long bar markers
      • DIAMOND

        const Number DIAMOND
        Diamond-shaped markers.
      • DOT

        const Number DOT
        Short bar markers.
      • NONE

        const Number NONE
        No markers.
      • SQUARE_PLUS

        const Number SQUARE_PLUS
        Square markers with a plus sign.
      • SQUARE

        const Number SQUARE
        Square markers.
      • SQUARE_STAR

        const Number SQUARE_STAR
        Square markers with an asterisk.
      • TRIANGLE

        const Number TRIANGLE
        Triangular markers.
      • SQUARE_X

        const Number SQUARE_X
        Square markers with an X.
      • PICTURE

        const Number PICTURE
        Picture