MapScaleLegend
Class
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
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 scale container's style.
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }