ArcObjects Library Reference (Carto)  

IClassBreaksUIProperties.ShowClassGaps Property

Indicates if each lower bound is adjusted up to the nearest existing data value.

[Visual Basic .NET]
Public Property ShowClassGaps As Boolean
[C#]
public bool ShowClassGaps {get; set;}
[C++]
HRESULT get_ShowClassGaps(
  VARIANT_BOOL* showGaps
);
[C++]
HRESULT put_ShowClassGaps(
  VARIANT_BOOL showGaps
);
[C++]

Parameters

showGaps [out, retval]   showGaps is a parameter of type VARIANT_BOOL showGaps [in]   showGaps is a parameter of type VARIANT_BOOL

Product Availability

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

Description

This value indicates whether or not the minimum values of the classes are displayed on the layer properties dialog's symbology tab using actual data values. If False, then the values are displayed based on the precision specified in the NumberFormat property.
The framework sets this value internally. You cannot set this value.

See Also

IClassBreaksUIProperties Interface