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
ファイルを表示 Open project: beto-rodriguez/Live-Charts

Public Properties

Property Type Description
BulletSizeProperty Windows.UI.Xaml.DependencyProperty
CornerRadiusProperty Windows.UI.Xaml.DependencyProperty
IsWrappedProperty Windows.UI.Xaml.DependencyProperty
SelectionModeProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
DefaultTooltip ( ) : System

Initializes a new instance of DefaultTooltip class

Protected Methods

Method Description
OnPropertyChanged ( string propertyName = null ) : void

Called when [property changed].

Method Details

DefaultTooltip() public method

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

OnPropertyChanged() protected method

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

Property Details

BulletSizeProperty public_oe static_oe property

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

CornerRadiusProperty public_oe static_oe property

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

IsWrappedProperty public_oe static_oe property

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

SelectionModeProperty public_oe static_oe property

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