C# Class LiveCharts.Uwp.Separator

Defines an Axis.Separator, this class customizes the separator of an axis.
Inheritance: Windows.UI.Xaml.Controls.Control, ISeparatorView
Afficher le fichier Open project: beto-rodriguez/Live-Charts

Méthodes publiques

Свойство Type Description
AxisOrientationProperty Windows.UI.Xaml.DependencyProperty
StepProperty Windows.UI.Xaml.DependencyProperty
StrokeDashArrayProperty Windows.UI.Xaml.DependencyProperty
StrokeProperty Windows.UI.Xaml.DependencyProperty
StrokeThicknessProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
AsCoreElement ( AxisCore axis, AxisOrientation source ) : SeparatorConfigurationCore

Ases the core element.

Separator ( ) : LiveCharts.Charts

Initializes a new instance of Separator class

Private Methods

Méthode Description
CallChartUpdater ( bool animate = false ) : PropertyChangedCallback

Method Details

AsCoreElement() public méthode

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

Separator() public méthode

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

Property Details

AxisOrientationProperty public_oe static_oe property

The axis orientation property
public static DependencyProperty,Windows.UI.Xaml AxisOrientationProperty
Résultat Windows.UI.Xaml.DependencyProperty

StepProperty public_oe static_oe property

The step property
public static DependencyProperty,Windows.UI.Xaml StepProperty
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