C# Class LiveCharts.Wpf.Separator

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

Public Properties

Property Type Description
AxisOrientationProperty System.Windows.DependencyProperty
StepProperty System.Windows.DependencyProperty
StrokeDashArrayProperty System.Windows.DependencyProperty
StrokeProperty System.Windows.DependencyProperty
StrokeThicknessProperty System.Windows.DependencyProperty

Public Methods

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

Ases the core element.

Separator ( ) : System.Windows

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 ( ) : System.Windows
return System.Windows

Property Details

AxisOrientationProperty public static property

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

StepProperty public static property

The step property
public static DependencyProperty,System.Windows StepProperty
return System.Windows.DependencyProperty

StrokeDashArrayProperty public static property

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

StrokeProperty public static property

The stroke property
public static DependencyProperty,System.Windows StrokeProperty
return System.Windows.DependencyProperty

StrokeThicknessProperty public static property

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