Visual Basic (Declaration) | |
---|---|
Public MustOverride Property YPoints As Double() |
C# | |
---|---|
public abstract double[] YPoints {get; set;} |
C++/CLI | |
---|---|
public: abstract property array<double>^ YPoints { array<double>^ get(); void set ( array<double>^ value); } |
YPoints is an array of booleans that is Count elements long. This property returns an empty variant if Count is zero. YPoints is always the same size as XPoints and YPoints. Use SetPoints to set the Y-values (along with connect- and X-values) of all points in the limit line.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)