C# 클래스 LiveCharts.Uwp.GeoMap

상속: Windows.UI.Xaml.Controls.UserControl
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명
ColorInterpolation Color
Draw void
LinealInterpolation double
OnHeapMapChanged void
POnMouseDown void
POnMouseEnter void
POnMouseLeave 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, DependencyPropertyChangedEventArgs e ) : void
POnMouseDown ( object sender, PointerRoutedEventArgs mouseButtonEventArgs ) : void
POnMouseEnter ( object sender, MouseEventArgs mouseEventArgs ) : void
POnMouseLeave ( object sender, 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,Windows.UI.Xaml AnimationsSpeedProperty
리턴 Windows.UI.Xaml.DependencyProperty

DefaultLandFillProperty 공개적으로 정적으로 프로퍼티

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

DisableAnimationsProperty 공개적으로 정적으로 프로퍼티

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

EnableZoomingAndPanningProperty 공개적으로 정적으로 프로퍼티

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

GradientStopCollectionProperty 공개적으로 정적으로 프로퍼티

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

HeatMapProperty 공개적으로 정적으로 프로퍼티

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

HoverableProperty 공개적으로 정적으로 프로퍼티

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

LandStrokeProperty 공개적으로 정적으로 프로퍼티

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

LandStrokeThicknessProperty 공개적으로 정적으로 프로퍼티

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

LanguagePackProperty 공개적으로 정적으로 프로퍼티

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

SourceProperty 공개적으로 정적으로 프로퍼티

The source property
public static DependencyProperty SourceProperty
리턴 DependencyProperty