This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* flag
);
[C++]
HRESULT put_UseOverposter(
VARIANT_BOOL flag
);
[C++] Parameters flag [out, retval]
flag is a parameter of type bool* flag [in]
flag is a parameter of type 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.