C# 클래스 LiveCharts.Uwp.Axis

An Axis of a chart
상속: Windows.UI.Xaml.FrameworkElement, IAxisView
파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 프로퍼티들

프로퍼티 타입 설명
AxisOrientationProperty Windows.UI.Xaml.DependencyProperty
BarUnitProperty Windows.UI.Xaml.DependencyProperty
DisableAnimationsProperty Windows.UI.Xaml.DependencyProperty
FontFamilyProperty Windows.UI.Xaml.DependencyProperty
FontSizeProperty Windows.UI.Xaml.DependencyProperty
FontStretchProperty Windows.UI.Xaml.DependencyProperty
FontStyleProperty Windows.UI.Xaml.DependencyProperty
FontWeightProperty Windows.UI.Xaml.DependencyProperty
ForegroundProperty Windows.UI.Xaml.DependencyProperty
IsEnabledProperty Windows.UI.Xaml.DependencyProperty
IsMergedProperty Windows.UI.Xaml.DependencyProperty
LabelFormatterProperty Windows.UI.Xaml.DependencyProperty
LabelsProperty Windows.UI.Xaml.DependencyProperty
LabelsRotationProperty Windows.UI.Xaml.DependencyProperty
MaxRangeProperty Windows.UI.Xaml.DependencyProperty
MaxValueProperty Windows.UI.Xaml.DependencyProperty
MinRangeProperty Windows.UI.Xaml.DependencyProperty
MinValueProperty Windows.UI.Xaml.DependencyProperty
PositionProperty Windows.UI.Xaml.DependencyProperty
SectionsProperty Windows.UI.Xaml.DependencyProperty
SeparatorProperty Windows.UI.Xaml.DependencyProperty
ShowLabelsProperty Windows.UI.Xaml.DependencyProperty
TitleProperty Windows.UI.Xaml.DependencyProperty

Private Properties

프로퍼티 타입 설명
BindALine Line
BindATextBlock Windows.UI.Xaml.Controls.TextBlock
LabelsVisibilityChanged void
UpdateChart PropertyChangedCallback

공개 메소드들

메소드 설명
AsCoreElement ( ChartCore chart, AxisOrientation source ) : AxisCore

Ases the core element.

Axis ( ) : System

Initializes a new instance of Axis class

Clean ( ) : void

Cleans this instance.

GetLabelSize ( ) : LiveCharts.Dtos.CoreSize

Gets the size of the label.

GetTileTop ( ) : double

Gets the tile top.

GetTitleLeft ( ) : double

Gets the title left.

RenderSeparator ( SeparatorElementCore model, ChartCore chart ) : void

Renders the separator.

SetRange ( double min, double max ) : void

Sets the range.

SetTitleLeft ( double value ) : void

Sets the title left.

SetTitleTop ( double value ) : void

Sets the title top.

UpdateTitle ( ChartCore chart, double rotationAngle ) : LiveCharts.Dtos.CoreSize

Updates the title.

보호된 메소드들

메소드 설명
OnRangeChanged ( RangeChangedEventArgs e ) : void

Raises the E:RangeChanged event.

비공개 메소드들

메소드 설명
BindALine ( ) : Line
BindATextBlock ( ) : TextBlock
LabelsVisibilityChanged ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void
UpdateChart ( bool animate = false, bool updateNow = false ) : PropertyChangedCallback

메소드 상세

AsCoreElement() 공개 메소드

Ases the core element.
public AsCoreElement ( ChartCore chart, AxisOrientation source ) : AxisCore
chart LiveCharts.Charts.ChartCore The chart.
source AxisOrientation The source.
리턴 AxisCore

Axis() 공개 메소드

Initializes a new instance of Axis class
public Axis ( ) : System
리턴 System

Clean() 공개 메소드

Cleans this instance.
public Clean ( ) : void
리턴 void

GetLabelSize() 공개 메소드

Gets the size of the label.
public GetLabelSize ( ) : LiveCharts.Dtos.CoreSize
리턴 LiveCharts.Dtos.CoreSize

GetTileTop() 공개 메소드

Gets the tile top.
public GetTileTop ( ) : double
리턴 double

GetTitleLeft() 공개 메소드

Gets the title left.
public GetTitleLeft ( ) : double
리턴 double

OnRangeChanged() 보호된 메소드

Raises the E:RangeChanged event.
protected OnRangeChanged ( RangeChangedEventArgs e ) : void
e LiveCharts.Events.RangeChangedEventArgs The instance containing the event data.
리턴 void

RenderSeparator() 공개 메소드

Renders the separator.
public RenderSeparator ( SeparatorElementCore model, ChartCore chart ) : void
model SeparatorElementCore The model.
chart LiveCharts.Charts.ChartCore The chart.
리턴 void

SetRange() 공개 메소드

Sets the range.
public SetRange ( double min, double max ) : void
min double The minimum.
max double The maximum.
리턴 void

SetTitleLeft() 공개 메소드

Sets the title left.
public SetTitleLeft ( double value ) : void
value double The value.
리턴 void

SetTitleTop() 공개 메소드

Sets the title top.
public SetTitleTop ( double value ) : void
value double The value.
리턴 void

UpdateTitle() 공개 메소드

Updates the title.
public UpdateTitle ( ChartCore chart, double rotationAngle ) : LiveCharts.Dtos.CoreSize
chart LiveCharts.Charts.ChartCore The chart.
rotationAngle double The rotation angle.
리턴 LiveCharts.Dtos.CoreSize

프로퍼티 상세

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

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

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

The bar unit property
public static DependencyProperty,Windows.UI.Xaml BarUnitProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The disable animations property
public static DependencyProperty,Windows.UI.Xaml DisableAnimationsProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The font family property
public static DependencyProperty,Windows.UI.Xaml FontFamilyProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The font size property
public static DependencyProperty,Windows.UI.Xaml FontSizeProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The font stretch property
public static DependencyProperty,Windows.UI.Xaml FontStretchProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The font style property
public static DependencyProperty,Windows.UI.Xaml FontStyleProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The font weight property
public static DependencyProperty,Windows.UI.Xaml FontWeightProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The foreground property
public static DependencyProperty,Windows.UI.Xaml ForegroundProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The is enabled property
public static DependencyProperty,Windows.UI.Xaml IsEnabledProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The is merged property
public static DependencyProperty,Windows.UI.Xaml IsMergedProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

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

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

The labels property
public static DependencyProperty,Windows.UI.Xaml LabelsProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The labels rotation property
public static DependencyProperty,Windows.UI.Xaml LabelsRotationProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The maximum range property
public static DependencyProperty,Windows.UI.Xaml MaxRangeProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

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

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

The minimum range property
public static DependencyProperty,Windows.UI.Xaml MinRangeProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

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

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

The position property
public static DependencyProperty,Windows.UI.Xaml PositionProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The sections property
public static DependencyProperty,Windows.UI.Xaml SectionsProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The separator property
public static DependencyProperty,Windows.UI.Xaml SeparatorProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The show labels property
public static DependencyProperty,Windows.UI.Xaml ShowLabelsProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

The title property
public static DependencyProperty,Windows.UI.Xaml TitleProperty
리턴 Windows.UI.Xaml.DependencyProperty