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


IFormattedGridLabel Interface (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IFormattedGridLabel Interface

Provides access to members controlling the number format of a grid label.

Product Availability

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

Description

IFormattedGridLabel is an interface for setting the number format for the labels of an IMapGrid . The format must be of INumberFormat.

Members

Description
Read/write property Format The format used to display the numbers in the grid label.

CoClasses that implement IFormattedGridLabel

CoClasses and Classes Description
FormattedGridLabel A grid label that uses a formatted number.
MixedFontGridLabel A grid label that uses mixed fonts.

.NET Related Topics

Creating map grid labels