C# Class LiveCharts.Wpf.DefaultLegend

The default legend control, by default a new instance of this control is created for every chart that requires a legend.
Inheritance: IChartLegend
Show file Open project: VE-2016/VE-2016

Public Properties

Property Type Description
BulletSizeProperty DependencyProperty
InternalOrientationProperty DependencyProperty
OrientationProperty DependencyProperty

Public Methods

Method Description
DefaultLegend ( ) : System

Initializes a new instance of DefaultLegend class

Protected Methods

Method Description
OnPropertyChanged ( string propertyName = null ) : void

Called when [property changed].

Method Details

DefaultLegend() public method

Initializes a new instance of DefaultLegend class
public DefaultLegend ( ) : 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 BulletSizeProperty
return DependencyProperty

InternalOrientationProperty public static property

The internal orientation property
public static DependencyProperty InternalOrientationProperty
return DependencyProperty

OrientationProperty public static property

The orientation property
public static DependencyProperty OrientationProperty
return DependencyProperty