Version

MarkerAutomaticBehavior Enumeration

Describes mode for selecting marker type when the series marker type is set to automatic.
Syntax
'Declaration
 
Public Enum MarkerAutomaticBehavior 
   Inherits System.Enum
public enum MarkerAutomaticBehavior : System.Enum 
Members
MemberDescription
CircleSets circle marker on all series in the chart.
CircleSmartSets a circle marker on most series and no marker on bar, column, waterfall, polygon, and step series.
DiamondSets diamond marker on all series in the chart.
HexagonSets Hexagon marker on all series in the chart.
HexagramSets six-pointed star marker on all series in the chart.
IndexedSets marker for each series in the chart based on its index: circle, triangle, pyramid, etc.
NoneSets no visible marker on all series in the chart.
PentagonSets pentagon marker on all series in the chart.
PentagramSets five-pointed star marker on all series in the chart.
PyramidSets flat-base triangle marker on all series in the chart.
SmartIndexedSets an marker on most series based on its index and no marker on bar, column, waterfall, polygon, and step series.
SquareSets square marker shape on all series in the chart.
TetragramSets four-pointed star marker on all series in the chart.
TriangleSets flat-top triangle marker on all series in the chart.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also