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