In This Article

ChartMarkerVisibility Enum

Specifies the visibility of the various kinds of ChartMarker.

[Flags]
public enum ChartMarkerVisibility

Fields

Name Description
All

Indicates that all markers will be visible.

First

Indicates that the first marker will be visible.

High

Indicates that high markers will be visible.

Last

Indicates that the last marker will be visible.

Low

Indicates that low markers will be visible.

Negative

Indicates that negative markers will be visible.

None

Indicates that no markers will be visible.

Positive

Indicates that positive markers will be visible.