C# Class LiveCharts.Uwp.GeoMap

Inheritance: Windows.UI.Xaml.Controls.UserControl
Afficher le fichier Open project: beto-rodriguez/Live-Charts

Méthodes publiques

Свойство Type Description
AnimationsSpeedProperty Windows.UI.Xaml.DependencyProperty
DefaultLandFillProperty Windows.UI.Xaml.DependencyProperty
DisableAnimationsProperty Windows.UI.Xaml.DependencyProperty
EnableZoomingAndPanningProperty Windows.UI.Xaml.DependencyProperty
GradientStopCollectionProperty Windows.UI.Xaml.DependencyProperty
HeatMapProperty Windows.UI.Xaml.DependencyProperty
HoverableProperty Windows.UI.Xaml.DependencyProperty
LandStrokeProperty Windows.UI.Xaml.DependencyProperty
LandStrokeThicknessProperty Windows.UI.Xaml.DependencyProperty
LanguagePackProperty Windows.UI.Xaml.DependencyProperty
SourceProperty DependencyProperty

Private Properties

Свойство Type Description
ColorInterpolation Color
Draw void
LinealInterpolation double
OnHeapMapChanged void
POnMouseDown void
POnMouseEnter void
POnMouseLeave void
ShowMeSomeHeat void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ColorInterpolation ( double weight ) : Color
Draw ( ) : void
LinealInterpolation ( double fromComponent, double toComponent, double fromOffset, double toOffset, double value ) : double
OnHeapMapChanged ( DependencyObject o, DependencyPropertyChangedEventArgs e ) : void
POnMouseDown ( object sender, PointerRoutedEventArgs mouseButtonEventArgs ) : void
POnMouseEnter ( object sender, MouseEventArgs mouseEventArgs ) : void
POnMouseLeave ( object sender, MouseEventArgs mouseEventArgs ) : void
ShowMeSomeHeat ( ) : void

Method Details

GeoMap() public méthode

Initializes a new instance of the GeoMap class.
public GeoMap ( ) : System
Résultat System

Restart() public méthode

Moves the map to a specif area Restarts the current map view
public Restart ( ) : void
Résultat void

UpdateKey() public méthode

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
Résultat void

Property Details

AnimationsSpeedProperty public_oe static_oe property

The animations speed property
public static DependencyProperty,Windows.UI.Xaml AnimationsSpeedProperty
Résultat Windows.UI.Xaml.DependencyProperty

DefaultLandFillProperty public_oe static_oe property

The default land fill property
public static DependencyProperty,Windows.UI.Xaml DefaultLandFillProperty
Résultat Windows.UI.Xaml.DependencyProperty

DisableAnimationsProperty public_oe static_oe property

The disable animations property
public static DependencyProperty,Windows.UI.Xaml DisableAnimationsProperty
Résultat Windows.UI.Xaml.DependencyProperty

EnableZoomingAndPanningProperty public_oe static_oe property

The enable zooming and panning property
public static DependencyProperty,Windows.UI.Xaml EnableZoomingAndPanningProperty
Résultat Windows.UI.Xaml.DependencyProperty

GradientStopCollectionProperty public_oe static_oe property

The gradient stop collection property
public static DependencyProperty,Windows.UI.Xaml GradientStopCollectionProperty
Résultat Windows.UI.Xaml.DependencyProperty

HeatMapProperty public_oe static_oe property

The heat map property
public static DependencyProperty,Windows.UI.Xaml HeatMapProperty
Résultat Windows.UI.Xaml.DependencyProperty

HoverableProperty public_oe static_oe property

The hoverable property
public static DependencyProperty,Windows.UI.Xaml HoverableProperty
Résultat Windows.UI.Xaml.DependencyProperty

LandStrokeProperty public_oe static_oe property

The land stroke property
public static DependencyProperty,Windows.UI.Xaml LandStrokeProperty
Résultat Windows.UI.Xaml.DependencyProperty

LandStrokeThicknessProperty public_oe static_oe property

The land stroke thickness property
public static DependencyProperty,Windows.UI.Xaml LandStrokeThicknessProperty
Résultat Windows.UI.Xaml.DependencyProperty

LanguagePackProperty public_oe static_oe property

The language pack property
public static DependencyProperty,Windows.UI.Xaml LanguagePackProperty
Résultat Windows.UI.Xaml.DependencyProperty

SourceProperty public_oe static_oe property

The source property
public static DependencyProperty SourceProperty
Résultat DependencyProperty