Class
MapRange

This class is used to store information about value range. This information is used by color measure scale and map legend.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class MapRange : DependencyObject

Inheritance: objectMapRange

Constructors

MapRange()

Declaration

cs-api-definition
public MapRange()

Properties

HighlightFill

Gets or sets the highlight shape fill properties.

Declaration

cs-api-definition
public MapShapeFill HighlightFill { get; set; }

Property Value

MapShapeFill

MaxOutput

Property to bind to from XAML to show the formatted Max value.

Declaration

cs-api-definition
public string MaxOutput { get; set; }

Property Value

string

MaxValue

Max value of current range.

Declaration

cs-api-definition
public double MaxValue { get; set; }

Property Value

double

MaxVisibility

Property to bind to from XAML to determine the visibility of Max output.

Declaration

cs-api-definition
public Visibility MaxVisibility { get; set; }

Property Value

Visibility

MinOutput

Property to bind to from XAML to show the formatted Min value.

Declaration

cs-api-definition
public string MinOutput { get; set; }

Property Value

string

MinValue

Min value of current range.

Declaration

cs-api-definition
public double MinValue { get; set; }

Property Value

double

MinVisibility

Property to bind to from XAML to determine the visibility of Min output.

Declaration

cs-api-definition
public Visibility MinVisibility { get; set; }

Property Value

Visibility

ShapeFill

Gets or sets the shape fill properties.

Declaration

cs-api-definition
public MapShapeFill ShapeFill { get; set; }

Property Value

MapShapeFill