ClassMapRange
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:
public class MapRange : DependencyObject
Inheritance: objectMapRange
Constructors
MapRange()
Declaration
public MapRange()
Properties
HighlightFill
Gets or sets the highlight shape fill properties.
Declaration
public MapShapeFill HighlightFill { get; set; }
Property Value
MaxOutput
Property to bind to from XAML to show the formatted Max value.
MaxValue
Max value of current range.
MaxVisibility
Property to bind to from XAML to determine the visibility of Max output.
Declaration
public Visibility MaxVisibility { get; set; }
Property Value
Visibility
MinOutput
Property to bind to from XAML to show the formatted Min value.
MinValue
Min value of current range.
MinVisibility
Property to bind to from XAML to determine the visibility of Min output.
Declaration
public Visibility MinVisibility { get; set; }
Property Value
Visibility
ShapeFill
Gets or sets the shape fill properties.
Declaration
public MapShapeFill ShapeFill { get; set; }
Property Value