Class
MapScaleLegend

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 ReportObject.ToString(string[])

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

Unit

ItemStyle

Specifies the scale mark and text style.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style ItemStyle { get; }

Property Value

Style

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

DistanceUnitType

Size

Specifies the map ScaleLegend's size.

Declaration

cs-api-definition
public SizeU Size { get; set; }

Property Value

SizeU

Style

Specifies the map scale container's style.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style Style { get; }

Property Value

Style

Width

Specifies the ScaleLegend's width.

Declaration

cs-api-definition
[Browsable(false)]
public Unit Width { get; set; }

Property Value

Unit