asposecells.api

Class ChartMarkerType

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

Field Summary
const  intAUTOMATIC
Automatic markers.
const  intCIRCLE
Circular markers.
const  intDASH
Long bar markers
const  intDIAMOND
Diamond-shaped markers.
const  intDOT
Short bar markers.
const  intNONE
No markers.
const  intSQUARE_PLUS
Square markers with a plus sign.
const  intSQUARE
Square markers.
const  intSQUARE_STAR
Square markers with an asterisk.
const  intTRIANGLE
Triangular markers.
const  intSQUARE_X
Square markers with an X.
const  intPICTURE
Picture
 

    • Field Detail

      • AUTOMATIC

        const int AUTOMATIC
        Automatic markers.
      • CIRCLE

        const int CIRCLE
        Circular markers.
      • DASH

        const int DASH
        Long bar markers
      • DIAMOND

        const int DIAMOND
        Diamond-shaped markers.
      • DOT

        const int DOT
        Short bar markers.
      • NONE

        const int NONE
        No markers.
      • SQUARE_PLUS

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

        const int SQUARE
        Square markers.
      • SQUARE_STAR

        const int SQUARE_STAR
        Square markers with an asterisk.
      • TRIANGLE

        const int TRIANGLE
        Triangular markers.
      • SQUARE_X

        const int SQUARE_X
        Square markers with an X.
      • PICTURE

        const int PICTURE
        Picture