Enum ChartMarkerType
Chart marker types.
public enum ChartMarkerType
Fields
Auto = 10
Represents the Auto style in the custom marker option for Chart lines.
Circle = 8
Represents the Circle style in the custom marker option for Chart lines.
Diamond = 2
Represents the diamond style in the custom marker option for Chart lines.
DowJones = 6
Represents the Dow Jones style in the custom marker option for Chart lines.
None = 0
Represents the None option for the marker type.
Picture = 11
Represents the Picture style in the custom marker option for Chart lines.
PlusSign = 9
Represents the Plus style in the custom marker option for Chart lines.
Square = 1
Represents the square style in the custom marker option for Chart lines.
StandardDeviation = 7
Represents the Standard Deviation style in the custom marker option for Chart lines.
Star = 5
Represents the Star style in the custom marker option for Chart lines.
Triangle = 3
Represents the Triangle style in the custom marker option for Chart lines.
X = 4
Represents the X style in the custom marker option for Chart lines.