C# Class LiveCharts.Uwp.GeoMap

Inheritance: Windows.UI.Xaml.Controls.UserControl
Mostra file Open project: beto-rodriguez/Live-Charts

Public Properties

Property 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

Property Type Description
ColorInterpolation Color
Draw void
LinealInterpolation double
OnHeapMapChanged void
POnMouseDown void
POnMouseEnter void
POnMouseLeave void
ShowMeSomeHeat void

Public Methods

Method 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

Method 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 method

Initializes a new instance of the GeoMap class.
public GeoMap ( ) : System
return System

Restart() public method

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

UpdateKey() public method

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
return void

Property Details

AnimationsSpeedProperty public_oe static_oe property

The animations speed property
public static DependencyProperty,Windows.UI.Xaml AnimationsSpeedProperty
return Windows.UI.Xaml.DependencyProperty

DefaultLandFillProperty public_oe static_oe property

The default land fill property
public static DependencyProperty,Windows.UI.Xaml DefaultLandFillProperty
return Windows.UI.Xaml.DependencyProperty

DisableAnimationsProperty public_oe static_oe property

The disable animations property
public static DependencyProperty,Windows.UI.Xaml DisableAnimationsProperty
return Windows.UI.Xaml.DependencyProperty

EnableZoomingAndPanningProperty public_oe static_oe property

The enable zooming and panning property
public static DependencyProperty,Windows.UI.Xaml EnableZoomingAndPanningProperty
return Windows.UI.Xaml.DependencyProperty

GradientStopCollectionProperty public_oe static_oe property

The gradient stop collection property
public static DependencyProperty,Windows.UI.Xaml GradientStopCollectionProperty
return Windows.UI.Xaml.DependencyProperty

HeatMapProperty public_oe static_oe property

The heat map property
public static DependencyProperty,Windows.UI.Xaml HeatMapProperty
return Windows.UI.Xaml.DependencyProperty

HoverableProperty public_oe static_oe property

The hoverable property
public static DependencyProperty,Windows.UI.Xaml HoverableProperty
return Windows.UI.Xaml.DependencyProperty

LandStrokeProperty public_oe static_oe property

The land stroke property
public static DependencyProperty,Windows.UI.Xaml LandStrokeProperty
return Windows.UI.Xaml.DependencyProperty

LandStrokeThicknessProperty public_oe static_oe property

The land stroke thickness property
public static DependencyProperty,Windows.UI.Xaml LandStrokeThicknessProperty
return Windows.UI.Xaml.DependencyProperty

LanguagePackProperty public_oe static_oe property

The language pack property
public static DependencyProperty,Windows.UI.Xaml LanguagePackProperty
return Windows.UI.Xaml.DependencyProperty

SourceProperty public_oe static_oe property

The source property
public static DependencyProperty SourceProperty
return DependencyProperty