| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Property Y As Double | |
| C# | |
|---|---|
public abstract double Y {get; set;} | |
The marker's Point or XData properties determine where the marker is located on the data. The Y property returns the calculated Y axis value of the data at that point. If the marker Position is MarkerPositionType.Fixed, then you can set the Y axis value. The YUnit property contains the unit string for the Y axis marker location.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)