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
파일 보기 프로젝트 열기: VE-2016/VE-2016

공개 프로퍼티들

프로퍼티 타입 설명
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