C# 클래스 LiveCharts.Wpf.Separator

Defines an Axis.Separator, this class customizes the separator of an axis.
상속: System.Windows.FrameworkElement, ISeparatorView
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AxisOrientationProperty System.Windows.DependencyProperty
StepProperty System.Windows.DependencyProperty
StrokeDashArrayProperty System.Windows.DependencyProperty
StrokeProperty System.Windows.DependencyProperty
StrokeThicknessProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
AsCoreElement ( AxisCore axis, AxisOrientation source ) : SeparatorConfigurationCore

Ases the core element.

Separator ( ) : System.Windows

Initializes a new instance of Separator class

비공개 메소드들

메소드 설명
CallChartUpdater ( bool animate = false ) : PropertyChangedCallback

메소드 상세

AsCoreElement() 공개 메소드

Ases the core element.
public AsCoreElement ( AxisCore axis, AxisOrientation source ) : SeparatorConfigurationCore
axis AxisCore The axis.
source AxisOrientation The source.
리턴 SeparatorConfigurationCore

Separator() 공개 메소드

Initializes a new instance of Separator class
public Separator ( ) : System.Windows
리턴 System.Windows

프로퍼티 상세

AxisOrientationProperty 공개적으로 정적으로 프로퍼티

The axis orientation property
public static DependencyProperty,System.Windows AxisOrientationProperty
리턴 System.Windows.DependencyProperty

StepProperty 공개적으로 정적으로 프로퍼티

The step property
public static DependencyProperty,System.Windows StepProperty
리턴 System.Windows.DependencyProperty

StrokeDashArrayProperty 공개적으로 정적으로 프로퍼티

The stroke dash array property
public static DependencyProperty,System.Windows StrokeDashArrayProperty
리턴 System.Windows.DependencyProperty

StrokeProperty 공개적으로 정적으로 프로퍼티

The stroke property
public static DependencyProperty,System.Windows StrokeProperty
리턴 System.Windows.DependencyProperty

StrokeThicknessProperty 공개적으로 정적으로 프로퍼티

The stroke thickness property
public static DependencyProperty,System.Windows StrokeThicknessProperty
리턴 System.Windows.DependencyProperty