C# Class LiveCharts.Wpf.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 Class Usage Examples

Public Properties

Property Type Description
BulletSizeProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
IsWrappedProperty System.Windows.DependencyProperty
SelectionModeProperty System.Windows.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,System.Windows BulletSizeProperty
return System.Windows.DependencyProperty

CornerRadiusProperty public static property

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

IsWrappedProperty public static property

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

SelectionModeProperty public static property

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