Class ChartAxisBase2D
Inheritance
System.Object
ChartAxisBase2D
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public abstract class ChartAxisBase2D : ChartAxis
Constructors
ChartAxisBase2D()
Declaration
Fields
Using a DependencyProperty as the backing store for AutoScrollingDelta. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AutoScrollingDeltaProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
Using a DependencyProperty as the backing store for AutoScrollingMode. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AutoScrollingModeProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
ZoomFactorProperty
Declaration
public static readonly DependencyProperty ZoomFactorProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
ZoomPositionProperty
Declaration
public static readonly DependencyProperty ZoomPositionProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
Properties
Declaration
public double AutoScrollingDelta { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public ChartAutoScrollingMode AutoScrollingMode { get; set; }
Property Value
ZoomFactor
Declaration
public double ZoomFactor { get; set; }
Property Value
Type |
Description |
System.Double |
|
ZoomPosition
Declaration
public double ZoomPosition { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
CalculateVisibleInterval(DoubleRange, Size)
Declaration
protected override double CalculateVisibleInterval(DoubleRange visibleRange, Size availableSize)
Parameters
Type |
Name |
Description |
DoubleRange |
visibleRange |
|
Windows.Foundation.Size |
availableSize |
|
Returns
Type |
Description |
System.Double |
|
Overrides
CalculateVisibleRange(DoubleRange, Size)
Declaration
protected override DoubleRange CalculateVisibleRange(DoubleRange actualRange, Size avalableSize)
Parameters
Type |
Name |
Description |
DoubleRange |
actualRange |
|
Windows.Foundation.Size |
avalableSize |
|
Returns
Overrides
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()