C# 클래스 LiveCharts.Uwp.AxisSection

An Axis section highlights values or ranges in a chart.
상속: Windows.UI.Xaml.FrameworkElement, IAxisSectionView
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 프로퍼티들

프로퍼티 타입 설명
DraggableProperty Windows.UI.Xaml.DependencyProperty
FillProperty Windows.UI.Xaml.DependencyProperty
LabelProperty Windows.UI.Xaml.DependencyProperty
SectionWidthProperty Windows.UI.Xaml.DependencyProperty
StrokeDashArrayProperty Windows.UI.Xaml.DependencyProperty
StrokeProperty Windows.UI.Xaml.DependencyProperty
StrokeThicknessProperty Windows.UI.Xaml.DependencyProperty
ValueProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

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

Ases the core element.

AxisSection ( ) : LiveCharts.Definitions.Charts

Initializes a new instance of AxisSection class

DrawOrMove ( AxisOrientation source, int axis ) : void

Draws the or move.

Remove ( ) : void

Removes this instance.

비공개 메소드들

메소드 설명
UpdateSection ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

메소드 상세

AsCoreElement() 공개 메소드

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

AxisSection() 공개 메소드

Initializes a new instance of AxisSection class
public AxisSection ( ) : LiveCharts.Definitions.Charts
리턴 LiveCharts.Definitions.Charts

DrawOrMove() 공개 메소드

Draws the or move.
public DrawOrMove ( AxisOrientation source, int axis ) : void
source AxisOrientation The source.
axis int The axis.
리턴 void

Remove() 공개 메소드

Removes this instance.
public Remove ( ) : void
리턴 void

프로퍼티 상세

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

The draggable property
public static DependencyProperty,Windows.UI.Xaml DraggableProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The fill property
public static DependencyProperty,Windows.UI.Xaml FillProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The label property
public static DependencyProperty,Windows.UI.Xaml LabelProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The section width property
public static DependencyProperty,Windows.UI.Xaml SectionWidthProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

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

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

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

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

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

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

The value property
public static DependencyProperty,Windows.UI.Xaml ValueProperty
리턴 Windows.UI.Xaml.DependencyProperty