C# 클래스 BetterExplorer.PieChart.Legend

A pie chart legend
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
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