Provides access to members that define the appearance of the secondary group of digits in the grid label. Note: the IMixedFontGridLabel interface has been superseded byIMixedFontGridLabel2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IMixedFontGridLabel is an interface for creating a grid label where a range of the characters uses a different font. This is typically done when the scale of a map is such that some of the digits in the coordinate system are superfluous and are ideally minimized in the display by using a smaller font. If the map is to be a large scale, the secondary font will be larger, otherwise it would be set to be smaller.
Members
Description | ||
---|---|---|
NumGroupedDigits | The number of digits that are displayed in the secondary font and color. | |
SecondaryColor | The color of the second group of digits. | |
SecondaryFont | The font used for the second group of digits. |
CoClasses that implement IMixedFontGridLabel
CoClasses and Classes | Description |
---|---|
MixedFontGridLabel | A grid label that uses mixed fonts. |