C# Класс BetterExplorer.PieChart.Legend

A pie chart legend
Наследование: System.Windows.Controls.UserControl
Показать файл Открыть проект

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

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

Приватные методы

Метод Описание
BoundCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

Handles events which are raised when the bound collection changes (i.e. items added/removed)

DataContextChangedHandler ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handle changes in the datacontext. When a change occurs handlers are registered for events which occur when the collection changes or any items within teh collection change.

ItemPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles events which occur when the properties of bound items change.

ObserveBoundCollectionChanges ( ) : void

Iterates over the items inthe bound collection, adding handlers for PropertyChanged events

PlottedPropertyChanged ( object sender, EventArgs e ) : void

Handles changes to the PlottedProperty property.

RefreshView ( ) : void

Refreshes the view, re-computing any value which is derived from the data bindings

UserControl_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
legend_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void

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

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

public Legend ( ) : System
Результат System