C# Класс LiveCharts.Uwp.Axis

An Axis of a chart
Наследование: Windows.UI.Xaml.FrameworkElement, IAxisView
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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