ClassMapScaleLegend
Class
Specified the legend used to indicate the current map scale in various distance units.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter("Telerik.Reporting.Design.MapScaleLegendConverter, Telerik.Reporting.Design, Version=19.3.26.121, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class MapScaleLegend : ReportObject
Inheritance: objectReportObjectMapScaleLegend
Inherited Members
Constructors
MapScaleLegend()
Initializes a MapScaleLegend instance.
Declaration
cs-api-definition
public MapScaleLegend()
Properties
Height
Specifies the ScaleLegend's height.
Declaration
cs-api-definition
[Browsable(false)]
public Unit Height { get; set; }
Property Value
ItemStyle
Specifies the scale mark and text style.
Declaration
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style ItemStyle { get; }
Property Value
ScaleUnits
Specifies in what units (metric, imperial, both) the map scale will be shown.
Declaration
cs-api-definition
public DistanceUnitType ScaleUnits { get; set; }
Property Value
Size
Specifies the map ScaleLegend's size.
Style
Specifies the map scale container's style.
Declaration
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }
Property Value