Gets or sets the color of the lines connecting the additional points.
Read-write property
[Visual Basic .NET] |
---|
Public Property ConnectPointsColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color ConnectPointsColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_ConnectPointsColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_ConnectPointsColor( uint * pVal ); public: HRESULT put_ConnectPointsColor( uint ConnectPointsColor ); |
[Java] |
---|
public long getConnectPointsColor(); public void setConnectPointsColor( long ); |