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


IClassBreaksUIProperties.NumberFormat Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IClassBreaksUIProperties Interface > IClassBreaksUIProperties.NumberFormat Property
ArcGIS Developer Help

IClassBreaksUIProperties.NumberFormat Property

Number format for class labels.

[Visual Basic .NET]
Public Property NumberFormat As INumberFormat
[C#]
public INumberFormat NumberFormat {get; set;}
[C++]
HRESULT get_NumberFormat(
  INumberFormat** Format
);
[C++]
HRESULT putref_NumberFormat(
  INumberFormat* Format
);
[C++]
Parameters
Format [out, retval]

Format is a parameter of type INumberFormat** Format [in]
Format is a parameter of type INumberFormat*

Product Availability

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

Description

NumberFormat is the INumberFormat that defines how the labels of the classification appear.

Remarks

This property affects the formatting of the class labels on the layer properties dialog's symbology tab.

See Also

IClassBreaksUIProperties Interface | CurrencyFormat Class | IScientificNumberFormat Interface | FractionFormat Class | IPercentageFormat Interface | INumericFormat Interface | IFractionFormat Interface | NumericFormat Class | IAngleFormat Interface | LatLonFormat Class | ICustomNumberFormat Interface | PercentageFormat Class | ILatLonFormat2 Interface | ILatLonFormat Interface | RateFormat Class | IRateFormat Interface | CustomNumberFormat Class | INumberFormat Interface | ScientificFormat Class | AngleFormat Class