Class ChartAxis
Inheritance
System.Object
ChartAxis
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public abstract class ChartAxis : Control
Constructors
ChartAxis()
Declaration
Fields
AxisLineOffsetProperty
Declaration
public static readonly DependencyProperty AxisLineOffsetProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
AxisLineStyleProperty
Declaration
public static readonly DependencyProperty AxisLineStyleProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
CrosshairLabelTemplateProperty
Declaration
public static readonly DependencyProperty CrosshairLabelTemplateProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
EdgeLabelsDrawingModeProperty
Declaration
public static readonly DependencyProperty EdgeLabelsDrawingModeProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
EdgeLabelsVisibilityModeProperty
Declaration
public static readonly DependencyProperty EdgeLabelsVisibilityModeProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
EnableAutoIntervalOnZoomingProperty
Declaration
public static readonly DependencyProperty EnableAutoIntervalOnZoomingProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
The DependencyProperty for Header property.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
Declaration
public static readonly DependencyProperty HeaderStyleProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
IsInversedProperty
Declaration
public static readonly DependencyProperty IsInversedProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
LabelExtentProperty
Declaration
public static readonly DependencyProperty LabelExtentProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
Declaration
public static readonly DependencyProperty LabelFormatProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
LabelIntersectActionProperty
Declaration
public static readonly DependencyProperty LabelIntersectActionProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
LabelRotationAngleProperty
Declaration
public static readonly DependencyProperty LabelRotationAngleProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
LabelStyleProperty
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
LabelTemplateProperty
Declaration
public static readonly DependencyProperty LabelTemplateProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
MajorGridLineStyleProperty
Declaration
public static readonly DependencyProperty MajorGridLineStyleProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
MajorTickLineStyleProperty
Declaration
public static readonly DependencyProperty MajorTickLineStyleProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
MinorGridLineStyleProperty
Declaration
public static readonly DependencyProperty MinorGridLineStyleProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
MinorTickLineStyleProperty
Declaration
public static readonly DependencyProperty MinorTickLineStyleProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
OpposedPositionProperty
Declaration
public static readonly DependencyProperty OpposedPositionProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
PlotOffsetEndProperty
Declaration
public static readonly DependencyProperty PlotOffsetEndProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
PlotOffsetStartProperty
Declaration
public static readonly DependencyProperty PlotOffsetStartProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
ShowGridLinesProperty
Declaration
public static readonly DependencyProperty ShowGridLinesProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
ShowTrackballInfoProperty
Declaration
public static readonly DependencyProperty ShowTrackballInfoProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
TickLineSizeProperty
Declaration
public static readonly DependencyProperty TickLineSizeProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
TrackballLabelTemplateProperty
Declaration
public static readonly DependencyProperty TrackballLabelTemplateProperty
Field Value
Type |
Description |
Microsoft.UI.Xaml.DependencyProperty |
|
Properties
AxisLineOffset
Declaration
public double AxisLineOffset { get; set; }
Property Value
Type |
Description |
System.Double |
|
AxisLineStyle
Declaration
public Style AxisLineStyle { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Style |
|
CrosshairLabelTemplate
Declaration
public DataTemplate CrosshairLabelTemplate { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.DataTemplate |
|
EdgeLabelsDrawingMode
Declaration
public EdgeLabelsDrawingMode EdgeLabelsDrawingMode { get; set; }
Property Value
EdgeLabelsVisibilityMode
Declaration
public EdgeLabelsVisibilityMode EdgeLabelsVisibilityMode { get; set; }
Property Value
EnableAutoIntervalOnZooming
Declaration
public bool EnableAutoIntervalOnZooming { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public object Header { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
public LabelStyle HeaderStyle { get; set; }
Property Value
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.DataTemplate |
|
IsInversed
Declaration
public bool IsInversed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LabelExtent
Declaration
public double LabelExtent { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public string LabelFormat { get; set; }
Property Value
Type |
Description |
System.String |
|
LabelIntersectAction
Declaration
public AxisLabelIntersectAction LabelIntersectAction { get; set; }
Property Value
LabelRotationAngle
Declaration
public double LabelRotationAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
LabelStyle
Declaration
public LabelStyle LabelStyle { get; set; }
Property Value
LabelTemplate
Declaration
public DataTemplate LabelTemplate { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.DataTemplate |
|
MajorGridLineStyle
Declaration
public Style MajorGridLineStyle { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Style |
|
MajorTickLineStyle
Declaration
public Style MajorTickLineStyle { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Style |
|
MinorGridLineStyle
Declaration
public Style MinorGridLineStyle { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Style |
|
MinorTickLineStyle
Declaration
public Style MinorTickLineStyle { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.Style |
|
OpposedPosition
Declaration
public bool OpposedPosition { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PlotOffsetEnd
Declaration
public double PlotOffsetEnd { get; set; }
Property Value
Type |
Description |
System.Double |
|
PlotOffsetStart
Declaration
public double PlotOffsetStart { get; set; }
Property Value
Type |
Description |
System.Double |
|
ShowGridLines
Declaration
public bool ShowGridLines { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowTrackballInfo
Declaration
public bool ShowTrackballInfo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TickLineSize
Declaration
public double TickLineSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
TrackballLabelTemplate
Declaration
public DataTemplate TrackballLabelTemplate { get; set; }
Property Value
Type |
Description |
Microsoft.UI.Xaml.DataTemplate |
|
Methods
CalculateVisibleInterval(DoubleRange, Size)
Declaration
protected virtual double CalculateVisibleInterval(DoubleRange visibleRange, Size availableSize)
Parameters
Type |
Name |
Description |
DoubleRange |
visibleRange |
|
Windows.Foundation.Size |
availableSize |
|
Returns
Type |
Description |
System.Double |
|
CalculateVisibleRange(DoubleRange, Size)
Declaration
protected virtual DoubleRange CalculateVisibleRange(DoubleRange actualRange, Size availableSize)
Parameters
Type |
Name |
Description |
DoubleRange |
actualRange |
|
Windows.Foundation.Size |
availableSize |
|
Returns
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type |
Name |
Description |
Windows.Foundation.Size |
availableSize |
|
Returns
Type |
Description |
Windows.Foundation.Size |
|
Events
ActualRangeChanged
Declaration
public event EventHandler<ActualRangeChangedEventArgs> ActualRangeChanged
Event Type
LabelCreated
Declaration
public event EventHandler<LabelCreatedEventArgs> LabelCreated
Event Type