Whether to display the first point in the same color as the other points.
Read-write property
[Visual Basic .NET] |
---|
Public Property PointColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color PointColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_PointColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_PointColor( uint * pVal ); public: HRESULT put_PointColor( uint PointColor ); |
[Java] |
---|
public long getPointColor(); public void setPointColor( long ); |