C# 클래스 LiveCharts.Wpf.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 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BulletSizeProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
IsWrappedProperty System.Windows.DependencyProperty
SelectionModeProperty System.Windows.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,System.Windows BulletSizeProperty
리턴 System.Windows.DependencyProperty

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

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

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

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

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

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