C# Class LiveCharts.Uwp.AxisSection

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

Public Properties

Property 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

Public Methods

Method 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

Method Description
UpdateSection ( DependencyObject dependencyObject, DependencyPropertyChangedEventArgs dependencyPropertyChangedEventArgs ) : void

Method Details

AsCoreElement() public method

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

AxisSection() public method

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

DrawOrMove() public method

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

Remove() public method

Removes this instance.
public Remove ( ) : void
return void

Property Details

DraggableProperty public static property

The draggable property
public static DependencyProperty,Windows.UI.Xaml DraggableProperty
return Windows.UI.Xaml.DependencyProperty

FillProperty public static property

The fill property
public static DependencyProperty,Windows.UI.Xaml FillProperty
return Windows.UI.Xaml.DependencyProperty

LabelProperty public static property

The label property
public static DependencyProperty,Windows.UI.Xaml LabelProperty
return Windows.UI.Xaml.DependencyProperty

SectionWidthProperty public static property

The section width property
public static DependencyProperty,Windows.UI.Xaml SectionWidthProperty
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

ValueProperty public static property

The value property
public static DependencyProperty,Windows.UI.Xaml ValueProperty
return Windows.UI.Xaml.DependencyProperty