New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class MapRange : DependencyObject

Inheritance: objectMapRange

Constructors

C#
public MapRange()

Properties

Gets or sets the highlight shape fill properties.

C#
public MapShapeFill HighlightFill { get; set; }

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

C#
public string MaxOutput { get; set; }

Max value of current range.

C#
public double MaxValue { get; set; }

MaxVisibility

Visibility

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

C#
public Visibility MaxVisibility { get; set; }

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

C#
public string MinOutput { get; set; }

Min value of current range.

C#
public double MinValue { get; set; }

MinVisibility

Visibility

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

C#
public Visibility MinVisibility { get; set; }

Gets or sets the shape fill properties.

C#
public MapShapeFill ShapeFill { get; set; }