C# Class LiveCharts.Uwp.Separator

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

Public Properties

Property 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

Public Methods

Method Description
AsCoreElement ( AxisCore axis, AxisOrientation source ) : SeparatorConfigurationCore

Ases the core element.

Separator ( ) : LiveCharts.Charts

Initializes a new instance of Separator class

Private Methods

Method Description
CallChartUpdater ( bool animate = false ) : PropertyChangedCallback

Method Details

AsCoreElement() public method

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

Separator() public method

Initializes a new instance of Separator class
public Separator ( ) : LiveCharts.Charts
return LiveCharts.Charts

Property Details

AxisOrientationProperty public static property

The axis orientation property
public static DependencyProperty,Windows.UI.Xaml AxisOrientationProperty
return Windows.UI.Xaml.DependencyProperty

StepProperty public static property

The step property
public static DependencyProperty,Windows.UI.Xaml StepProperty
return Windows.UI.Xaml.DependencyProperty

StrokeDashArrayProperty public static property

The stroke dash array property
public static DependencyProperty,Windows.UI.Xaml StrokeDashArrayProperty
return Windows.UI.Xaml.DependencyProperty

StrokeProperty public static property

The stroke property
public static DependencyProperty,Windows.UI.Xaml StrokeProperty
return Windows.UI.Xaml.DependencyProperty

StrokeThicknessProperty public static property

The stroke thickness property
public static DependencyProperty,Windows.UI.Xaml StrokeThicknessProperty
return Windows.UI.Xaml.DependencyProperty