C# Class LiveCharts.Wpf.Separator

Defines an Axis.Separator, this class customizes the separator of an axis.
Inheritance: System.Windows.FrameworkElement, ISeparatorView
Afficher le fichier Open project: beto-rodriguez/Live-Charts Class Usage Examples

Méthodes publiques

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

Méthodes publiques

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

Ases the core element.

Separator ( ) : System.Windows

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 ( ) : System.Windows
Résultat System.Windows

Property Details

AxisOrientationProperty public_oe static_oe property

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

StepProperty public_oe static_oe property

The step property
public static DependencyProperty,System.Windows StepProperty
Résultat System.Windows.DependencyProperty

StrokeDashArrayProperty public_oe static_oe property

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

StrokeProperty public_oe static_oe property

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

StrokeThicknessProperty public_oe static_oe property

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