Class MapScaleLegend
Specified the legend used to indicate the current map scale in various distance units.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class MapScaleLegend : ReportObject
Constructors
MapScaleLegend()
Properties
Height
Specifies the ScaleLegend's height.
Declaration
public Unit Height { get; set; }
Property Value
Unit
|
ItemStyle
Specifies the scale mark and text style.
Declaration
public Style ItemStyle { get; }
Property Value
Style
|
ScaleUnits
Specifies in what units (metric, imperial, both) the map scale will be shown.
Declaration
public DistanceUnitType ScaleUnits { get; set; }
Property Value
DistanceUnitType
|
Size
Specifies the map ScaleLegend's size.
Declaration
public SizeU Size { get; set; }
Property Value
SizeU
|
Style
Specifies the map scale container's style.
Declaration
public Style Style { get; }
Property Value
Style
|