This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IClassBreaksUIProperties Interface > IClassBreaksUIProperties.NumberFormat Property (ArcObjects .NET 10.4 SDK) |
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
This property affects the formatting of the class labels on the layer properties dialog's symbology tab.
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