New to Telerik ReportingStart a free 30-day trial

Specified the legend used to indicate the current map scale in various distance units.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter("Telerik.Reporting.Design.MapScaleLegendConverter, Telerik.Reporting.Design, Version=20.1.26.615, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class MapScaleLegend : ReportObject

Inheritance: objectReportObjectMapScaleLegend

Inherited Members ReportObject.ToString(string[])

Constructors

Initializes a MapScaleLegend instance.

C#
public MapScaleLegend()

Properties

Specifies the ScaleLegend's height.

C#
[Browsable(false)]
public Unit Height { get; set; }

Specifies the scale mark and text style.

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style ItemStyle { get; }

Specifies in what units (metric, imperial, both) the map scale will be shown.

C#
public DistanceUnitType ScaleUnits { get; set; }

Specifies the map ScaleLegend's size.

C#
public SizeU Size { get; set; }

Specifies the map scale container's style.

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Specifies the ScaleLegend's width.

C#
[Browsable(false)]
public Unit Width { get; set; }