Spread.Services Documentation
MarkerStyle Enumeration
GrapeCity.Documents.Spread.Drawing Namespace : MarkerStyle Enumeration
Specifies the marker style for a point or series in a line chart, scatter chart, or radar chart.
Syntax
public enum MarkerStyle : System.Enum 
Members
MemberDescription
Automatic Specifies automatic markers.
Circle Specifies circular markers.
Dash Specifies long bar markers.
Diamond Specifies diamond-shaped markers.
Dot Specifies short bar markers.
None Specifies no markers.
Picture Specifies picture markers.
Plus Specifies square markers with a plus sign.
Square Specifies square markers.
Star Specifies square markers with an asterisk.
Triangle Specifies triangular markers.
X Specifies square markers with an X.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Spread.Drawing.MarkerStyle

See Also

Reference

GrapeCity.Documents.Spread.Drawing Namespace