Enum: MarkerShape

An enum that allows user to control the shape of dataset markers on the chart.

Fields

Name Description
Circle A marker shape option for displaying circular markers on a dataset. This is the default setting when no MarkerShape is chosen by the user for a dataset.
EmptySquare A marker shape option for displaying empty square markers on a dataset.
PointStyleRhomb A marker shape option for displaying rhombus markers on a dataset.
PointStyleX A marker shape option for displaying ‘X’ markers on a dataset.
Square A marker shape option for displaying solid square markers on a dataset.
Triangle A marker shape option for displaying triangular markers on a dataset.
VerticalLine A marker shape option for displaying vertical line markers on a dataset.