| enumChartMarkerStyle |
typedef enum
{
chartmarkerstyle_nomarker = 0,
chartmarkerstyle_square = 1,
chartmarkerstyle_diamond = 2,
chartmarkerstyle_triangle = 3,
chartmarkerstyle_cross = 4,
chartmarkerstyle_star = 5,
chartmarkerstyle_dowjones = 6,
chartmarkerstyle_stddev = 7,
chartmarkerstyle_circle = 8,
chartmarkerstyle_plus = 9
} enumChartMarkerStyle;
used in IXlsChartMarkerStyle::MarkerStyle property.