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


IDoubleFillScaleBar Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDoubleFillScaleBar Interface
ArcGIS Developer Help

IDoubleFillScaleBar Interface

Provides access to members that control a scale bar that uses two fill symbols to draw bar.

Product Availability

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

Members

Name Description
Read/write property FillSymbol1 Symbol used to draw the bar.
Read/write property FillSymbol2 Symbol used to draw the bar.

Classes that implement IDoubleFillScaleBar

Classes Description
AlternatingScaleBar A map surround for displaying a single alternating scale bar.
DoubleAlternatingScaleBar A map surround for displaying a double alternating scale bar.
HollowScaleBar A map surround for displaying a hollow scale bar.

Remarks

Double-fill scale bars are the most advanced scale bars. These use two symbols to create an attractive scale bar. There are currently three types of double-fill scale bars: alternating, double-alternating, and hollow. The graphic shows an example of each.


All double-fill scale bars implement the IDoubleFillScaleBar interface. This interface manages the two fill symbols used when rendering the scale bar.

See also IScaleBar.