This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IChartRenderer Interface > IChartRenderer.UseOverposter Property (ArcObjects .NET 10.4 SDK) |
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
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.