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