ArcObjects Library Reference (Carto)  

IChartRenderer.UseOverposter Property

Indicates if the overposter is used for positioning the chart symbols.

[Visual Basic .NET]
Public Property UseOverposter As Boolean
[C#]
public bool UseOverposter {get; set;}
[C++]
HRESULT get_UseOverposter(
  VARIANT_BOOL* flag
);
[C++]
HRESULT put_UseOverposter(
  VARIANT_BOOL flag
);
[C++]

Parameters

flag [out, retval]   flag is a parameter of type VARIANT_BOOL flag [in]   flag is a parameter of type VARIANT_BOOL

Product Availability

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

Description

This property indicates whether or not overposting logic is used to position charts on the map so that they do not overlap. The overposting logic employed is that of the standard ESRI labeling engine.

See Also

IChartRenderer Interface