Opt whether to display the point marker for each ellipse in the ellipse set.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsCenterVisible() As Boolean |
[C#] |
---|
public bool IsCenterVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsCenterVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsCenterVisible( VARIANT_BOOL * pVal ); public: HRESULT put_IsCenterVisible( VARIANT_BOOL InVal ); |
[Java] |
---|
public bool getIsCenterVisible(); public void setIsCenterVisible( bool ); |