C# Class LiveCharts.Uwp.DefaultTooltip

The Default Tooltip control, by default any chart that requires a tooltip will create a new instance of this class.
Inheritance: IChartTooltip
Afficher le fichier Open project: beto-rodriguez/Live-Charts

Méthodes publiques

Свойство Type Description
BulletSizeProperty Windows.UI.Xaml.DependencyProperty
CornerRadiusProperty Windows.UI.Xaml.DependencyProperty
IsWrappedProperty Windows.UI.Xaml.DependencyProperty
SelectionModeProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
DefaultTooltip ( ) : System

Initializes a new instance of DefaultTooltip class

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName = null ) : void

Called when [property changed].

Method Details

DefaultTooltip() public méthode

Initializes a new instance of DefaultTooltip class
public DefaultTooltip ( ) : System
Résultat System

OnPropertyChanged() protected méthode

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

Property Details

BulletSizeProperty public_oe static_oe property

The bullet size property
public static DependencyProperty,Windows.UI.Xaml BulletSizeProperty
Résultat Windows.UI.Xaml.DependencyProperty

CornerRadiusProperty public_oe static_oe property

The corner radius property
public static DependencyProperty,Windows.UI.Xaml CornerRadiusProperty
Résultat Windows.UI.Xaml.DependencyProperty

IsWrappedProperty public_oe static_oe property

The is wrapped property
public static DependencyProperty,Windows.UI.Xaml IsWrappedProperty
Résultat Windows.UI.Xaml.DependencyProperty

SelectionModeProperty public_oe static_oe property

The selection mode property
public static DependencyProperty,Windows.UI.Xaml SelectionModeProperty
Résultat Windows.UI.Xaml.DependencyProperty