C# Класс LiveCharts.Wpf.GeoMap

Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AnimationsSpeedProperty System.Windows.DependencyProperty
DefaultLandFillProperty System.Windows.DependencyProperty
DisableAnimationsProperty System.Windows.DependencyProperty
EnableZoomingAndPanningProperty System.Windows.DependencyProperty
GradientStopCollectionProperty System.Windows.DependencyProperty
HeatMapProperty System.Windows.DependencyProperty
HoverableProperty System.Windows.DependencyProperty
LandStrokeProperty System.Windows.DependencyProperty
LandStrokeThicknessProperty System.Windows.DependencyProperty
LanguagePackProperty System.Windows.DependencyProperty
SourceProperty System.Windows.DependencyProperty

Private Properties

Свойство Тип Описание
ColorInterpolation Color
Draw void
LinealInterpolation double
OnHeapMapChanged void
POnMouseDown void
POnMouseEnter void
POnMouseLeave void
POnMouseMove void
ShowMeSomeHeat void

Открытые методы

Метод Описание
GeoMap ( ) : System

Initializes a new instance of the GeoMap class.

Restart ( ) : void

Moves the map to a specif area

Restarts the current map view

UpdateKey ( string key, double value ) : void

Sets a heat map value with a given key, then updates every land heat color

Приватные методы

Метод Описание
ColorInterpolation ( double weight ) : Color
Draw ( ) : void
LinealInterpolation ( double fromComponent, double toComponent, double fromOffset, double toOffset, double value ) : double
OnHeapMapChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
POnMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs mouseButtonEventArgs ) : void
POnMouseEnter ( object sender, System.Windows.Input.MouseEventArgs mouseEventArgs ) : void
POnMouseLeave ( object sender, System.Windows.Input.MouseEventArgs mouseEventArgs ) : void
POnMouseMove ( object sender, System.Windows.Input.MouseEventArgs mouseEventArgs ) : void
ShowMeSomeHeat ( ) : void

Описание методов

GeoMap() публичный Метод

Initializes a new instance of the GeoMap class.
public GeoMap ( ) : System
Результат System

Restart() публичный Метод

Moves the map to a specif area Restarts the current map view
public Restart ( ) : void
Результат void

UpdateKey() публичный Метод

Sets a heat map value with a given key, then updates every land heat color
public UpdateKey ( string key, double value ) : void
key string key
value double new value
Результат void

Описание свойств

AnimationsSpeedProperty публичное статическое свойство

The animations speed property
public static DependencyProperty,System.Windows AnimationsSpeedProperty
Результат System.Windows.DependencyProperty

DefaultLandFillProperty публичное статическое свойство

The default land fill property
public static DependencyProperty,System.Windows DefaultLandFillProperty
Результат System.Windows.DependencyProperty

DisableAnimationsProperty публичное статическое свойство

The disable animations property
public static DependencyProperty,System.Windows DisableAnimationsProperty
Результат System.Windows.DependencyProperty

EnableZoomingAndPanningProperty публичное статическое свойство

The enable zooming and panning property
public static DependencyProperty,System.Windows EnableZoomingAndPanningProperty
Результат System.Windows.DependencyProperty

GradientStopCollectionProperty публичное статическое свойство

The gradient stop collection property
public static DependencyProperty,System.Windows GradientStopCollectionProperty
Результат System.Windows.DependencyProperty

HeatMapProperty публичное статическое свойство

The heat map property
public static DependencyProperty,System.Windows HeatMapProperty
Результат System.Windows.DependencyProperty

HoverableProperty публичное статическое свойство

The hoverable property
public static DependencyProperty,System.Windows HoverableProperty
Результат System.Windows.DependencyProperty

LandStrokeProperty публичное статическое свойство

The land stroke property
public static DependencyProperty,System.Windows LandStrokeProperty
Результат System.Windows.DependencyProperty

LandStrokeThicknessProperty публичное статическое свойство

The land stroke thickness property
public static DependencyProperty,System.Windows LandStrokeThicknessProperty
Результат System.Windows.DependencyProperty

LanguagePackProperty публичное статическое свойство

The language pack property
public static DependencyProperty,System.Windows LanguagePackProperty
Результат System.Windows.DependencyProperty

SourceProperty публичное статическое свойство

The source property
public static DependencyProperty,System.Windows SourceProperty
Результат System.Windows.DependencyProperty