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


IClassBreaksUIProperties.ShowClassGaps 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.ShowClassGaps Property
ArcGIS Developer Help

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(
  Boolean* showGaps
);
[C++]
HRESULT put_ShowClassGaps(
  VARIANT_BOOL showGaps
);
[C++]
Parameters
showGaps [out, retval]

showGaps is a parameter of type bool* showGaps [in]
showGaps is a parameter of type 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