Class MapRange
Inheritance
System.Object
MapRange
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class MapRange : DependencyObject
Constructors
MapRange()
Declaration
public MapRange()
Properties
HighlightFill
MaxOutput
Declaration
public string MaxOutput { get; set; }
Property Value
System.
|
MaxValue
Declaration
public double MaxValue { get; set; }
Property Value
System.
|
MaxVisibility
Declaration
public Visibility MaxVisibility { get; set; }
Property Value
Microsoft.
|
MinOutput
Declaration
public string MinOutput { get; set; }
Property Value
System.
|
MinValue
Declaration
public double MinValue { get; set; }
Property Value
System.
|
MinVisibility
Declaration
public Visibility MinVisibility { get; set; }
Property Value
Microsoft.
|