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


IScaleBar2.LabelFrequency Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IScaleBar2.LabelFrequency Property

The label style indicating which marks are labeled.

[Visual Basic .NET]
Public Property LabelFrequency As esriScaleBarFrequency
[C#]
public esriScaleBarFrequency LabelFrequency {get; set;}
[C++]
HRESULT get_LabelFrequency(
  esriScaleBarFrequency* LabelFrequency
);
[C++]
HRESULT put_LabelFrequency(
  esriScaleBarFrequency LabelFrequency
);
[C++]

Parameters LabelFrequency [out, retval]
LabelFrequency is a parameter of type esriScaleBarFrequency LabelFrequency [in]
LabelFrequency is a parameter of type esriScaleBarFrequency

Product Availability

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

See Also

IScaleBar2 Interface