C# 클래스 LiveCharts.Uwp.DefaultTooltip

The Default Tooltip control, by default any chart that requires a tooltip will create a new instance of this class.
상속: IChartTooltip
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 프로퍼티들

프로퍼티 타입 설명
BulletSizeProperty Windows.UI.Xaml.DependencyProperty
CornerRadiusProperty Windows.UI.Xaml.DependencyProperty
IsWrappedProperty Windows.UI.Xaml.DependencyProperty
SelectionModeProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
DefaultTooltip ( ) : System

Initializes a new instance of DefaultTooltip class

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName = null ) : void

Called when [property changed].

메소드 상세

DefaultTooltip() 공개 메소드

Initializes a new instance of DefaultTooltip class
public DefaultTooltip ( ) : System
리턴 System

OnPropertyChanged() 보호된 메소드

Called when [property changed].
protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string Name of the property.
리턴 void

프로퍼티 상세

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

The bullet size property
public static DependencyProperty,Windows.UI.Xaml BulletSizeProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The corner radius property
public static DependencyProperty,Windows.UI.Xaml CornerRadiusProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The is wrapped property
public static DependencyProperty,Windows.UI.Xaml IsWrappedProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The selection mode property
public static DependencyProperty,Windows.UI.Xaml SelectionModeProperty
리턴 Windows.UI.Xaml.DependencyProperty