ArcObjects Library Reference (Carto)  

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 | IScientificNumberFormat Interface | PercentageFormat Class | INumberFormat Interface | INumericFormat Interface | FractionFormat Class | IPercentageFormat Interface | ILatLonFormat Interface | ILatLonFormat2 Interface | LatLonFormat Class | ICustomNumberFormat Interface | RateFormat Class | NumericFormat Class | ScientificFormat Class | IRateFormat Interface | AngleFormat Class | IFractionFormat Interface | CurrencyFormat Class | CustomNumberFormat Class | IAngleFormat Interface