Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Position As MarkerPositionType |
C# | |
---|---|
public abstract MarkerPositionType Position {get; set;} |
C++/CLI | |
---|---|
public: abstract property MarkerPositionType Position { MarkerPositionType get(); void set ( MarkerPositionType value); } |
A marker can be constrained to be on a data point and may show absolute or relative values.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)