C# Класс LiveCharts.Wpf.DefaultLegend

The default legend control, by default a new instance of this control is created for every chart that requires a legend.
Наследование: IChartLegend
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
BulletSizeProperty DependencyProperty
InternalOrientationProperty DependencyProperty
OrientationProperty DependencyProperty

Открытые методы

Метод Описание
DefaultLegend ( ) : System

Initializes a new instance of DefaultLegend class

Защищенные методы

Метод Описание
OnPropertyChanged ( string propertyName = null ) : void

Called when [property changed].

Описание методов

DefaultLegend() публичный Метод

Initializes a new instance of DefaultLegend class
public DefaultLegend ( ) : System
Результат System

OnPropertyChanged() защищенный Метод

Called when [property changed].
protected OnPropertyChanged ( string propertyName = null ) : void
propertyName string Name of the property.
Результат void

Описание свойств

BulletSizeProperty публичное статическое свойство

The bullet size property
public static DependencyProperty BulletSizeProperty
Результат DependencyProperty

InternalOrientationProperty публичное статическое свойство

The internal orientation property
public static DependencyProperty InternalOrientationProperty
Результат DependencyProperty

OrientationProperty публичное статическое свойство

The orientation property
public static DependencyProperty OrientationProperty
Результат DependencyProperty