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


IMixedFontGridLabel Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMixedFontGridLabel Interface
ArcGIS Developer Help

IMixedFontGridLabel Interface

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 by IMixedFontGridLabel2. 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

Name Description
Read/write property NumGroupedDigits The number of digits that are displayed in the secondary font and color.
Read/write property SecondaryColor The color of the second group of digits.
Read/write property SecondaryFont The font used for the second group of digits.

Classes that implement IMixedFontGridLabel

Classes Description
MixedFontGridLabel A grid label that uses mixed fonts.