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
Show file 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 static property

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

CornerRadiusProperty public static property

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

IsWrappedProperty public static property

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

SelectionModeProperty public static property

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