This document is archived and information here might be outdated.  Recommended version.


IPolarSeriesProperties.Circled Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IPolarSeriesProperties.Circled Property

Circled .

[Visual Basic .NET]
Public Property Circled As Boolean
[C#]
public bool Circled {get; set;}
[C++]
HRESULT get_Circled(
  VARIANT_BOOL b
);
[C++]
HRESULT put_Circled(
  Boolean* b
);
[C++]

Parameters b [in]
b is a parameter of type bool b [out, retval]
b is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPolarSeriesProperties Interface