C# Class LiveCharts.Wpf.GeoMap

Inheritance: System.Windows.Controls.UserControl
Mostrar archivo Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Properties

Property Type Description
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

Property Type Description
ColorInterpolation Color
Draw void
LinealInterpolation double
OnHeapMapChanged void
POnMouseDown void
POnMouseEnter void
POnMouseLeave void
POnMouseMove 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, 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

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,System.Windows AnimationsSpeedProperty
return System.Windows.DependencyProperty

DefaultLandFillProperty public_oe static_oe property

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

DisableAnimationsProperty public_oe static_oe property

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

EnableZoomingAndPanningProperty public_oe static_oe property

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

GradientStopCollectionProperty public_oe static_oe property

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

HeatMapProperty public_oe static_oe property

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

HoverableProperty public_oe static_oe property

The hoverable property
public static DependencyProperty,System.Windows HoverableProperty
return System.Windows.DependencyProperty

LandStrokeProperty public_oe static_oe property

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

LandStrokeThicknessProperty public_oe static_oe property

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

LanguagePackProperty public_oe static_oe property

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

SourceProperty public_oe static_oe property

The source property
public static DependencyProperty,System.Windows SourceProperty
return System.Windows.DependencyProperty