C# Class LiveCharts.Uwp.AxisSection

An Axis section highlights values or ranges in a chart.
Inheritance: Windows.UI.Xaml.FrameworkElement, IAxisSectionView
Afficher le fichier Open project: beto-rodriguez/Live-Charts

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
UpdateSection ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Method Details

AsCoreElement() public méthode

Ases the core element.
public AsCoreElement ( AxisCore axis, AxisOrientation source ) : AxisSectionCore
axis AxisCore The axis.
source AxisOrientation The source.
Résultat AxisSectionCore

AxisSection() public méthode

Initializes a new instance of AxisSection class
public AxisSection ( ) : LiveCharts.Definitions.Charts
Résultat LiveCharts.Definitions.Charts

DrawOrMove() public méthode

Draws the or move.
public DrawOrMove ( AxisOrientation source, int axis ) : void
source AxisOrientation The source.
axis int The axis.
Résultat void

Remove() public méthode

Removes this instance.
public Remove ( ) : void
Résultat void

Property Details

DraggableProperty public_oe static_oe property

The draggable property
public static DependencyProperty,Windows.UI.Xaml DraggableProperty
Résultat Windows.UI.Xaml.DependencyProperty

FillProperty public_oe static_oe property

The fill property
public static DependencyProperty,Windows.UI.Xaml FillProperty
Résultat Windows.UI.Xaml.DependencyProperty

LabelProperty public_oe static_oe property

The label property
public static DependencyProperty,Windows.UI.Xaml LabelProperty
Résultat Windows.UI.Xaml.DependencyProperty

SectionWidthProperty public_oe static_oe property

The section width property
public static DependencyProperty,Windows.UI.Xaml SectionWidthProperty
Résultat Windows.UI.Xaml.DependencyProperty

StrokeDashArrayProperty public_oe static_oe property

The stroke dash array property
public static DependencyProperty,Windows.UI.Xaml StrokeDashArrayProperty
Résultat Windows.UI.Xaml.DependencyProperty

StrokeProperty public_oe static_oe property

The stroke property
public static DependencyProperty,Windows.UI.Xaml StrokeProperty
Résultat Windows.UI.Xaml.DependencyProperty

StrokeThicknessProperty public_oe static_oe property

The stroke thickness property
public static DependencyProperty,Windows.UI.Xaml StrokeThicknessProperty
Résultat Windows.UI.Xaml.DependencyProperty

ValueProperty public_oe static_oe property

The value property
public static DependencyProperty,Windows.UI.Xaml ValueProperty
Résultat Windows.UI.Xaml.DependencyProperty