Gets or sets the specified color of the first point, if different from the others.
Read-write property
[Visual Basic .NET] |
---|
Public Property FirstPointColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color FirstPointColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_FirstPointColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_FirstPointColor( uint * pVal ); public: HRESULT put_FirstPointColor( uint FirstPointColor ); |
[Java] |
---|
public long getFirstPointColor(); public void setFirstPointColor( long ); |