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

An Axis section highlights values or ranges in a chart.
Наследование: Windows.UI.Xaml.FrameworkElement, IAxisSectionView
Показать файл Открыть проект

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

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