Class RangeAxisBase
Class implementation for RangeAxisBase
Inheritance
System.Object
RangeAxisBase
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public abstract class RangeAxisBase : ChartAxisBase2D, ICloneable, IRangeAxis
Constructors
RangeAxisBase()
Declaration
protected RangeAxisBase()
Fields
IncludeAnnotationRangeProperty
The DependencyProperty for IncludeAnnotationRange property.
Declaration
public static readonly DependencyProperty IncludeAnnotationRangeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SmallTickLineSizeProperty
The DependencyProperty for SmallTickLineSize property.
Declaration
public static readonly DependencyProperty SmallTickLineSizeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SmallTickLinesPositionProperty
The DependencyProperty for SmallTickLinesPosition property.
Declaration
public static readonly DependencyProperty SmallTickLinesPositionProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
SmallTicksPerIntervalProperty
The DependencyProperty for SmallTicksPerInterval property.
Declaration
public static readonly DependencyProperty SmallTicksPerIntervalProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
IncludeAnnotationRange
Gets or sets a value indicating whether to enable the axis to include the annotation range while calculating the axis range.
Declaration
public bool IncludeAnnotationRange { get; set; }
Property Value
Type |
---|
System.Boolean |
Range
Returns axis actual range.
Declaration
protected DoubleRange Range { get; }
Property Value
Type |
---|
DoubleRange |
SmallTickLineSize
Gets or sets minor tick line size.
Declaration
public double SmallTickLineSize { get; set; }
Property Value
Type |
---|
System.Double |
Remarks
The default value is 5.
SmallTickLinesPosition
Gets or sets small tick lines position, either inside or outside.
Declaration
public AxisElementPosition SmallTickLinesPosition { get; set; }
Property Value
Type |
---|
AxisElementPosition |
SmallTicksPerInterval
Gets or sets the small tick lines interval.
Declaration
public int SmallTicksPerInterval { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
AddSmallTicksPoint(Double)
Method implementation for Add SamllTicksPoint
Declaration
protected override void AddSmallTicksPoint(double position)
Parameters
Type | Name | Description |
---|---|---|
System.Double | position |
Overrides
AddSmallTicksPoint(Double, Double)
Method implementation for Add smallTicks to axis
Declaration
protected override void AddSmallTicksPoint(double position, double interval)
Parameters
Type | Name | Description |
---|---|---|
System.Double | position | |
System.Double | interval |
Overrides
CloneAxis(DependencyObject)
Declaration
protected override DependencyObject CloneAxis(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj |
Returns
Type |
---|
System.Windows.DependencyObject |
Overrides
GenerateVisibleLabels()
Method implementation for Generate Labels in ChartAxis
Declaration
protected override void GenerateVisibleLabels()
Overrides
Explicit Interface Implementations
IRangeAxis.Range
Declaration
DoubleRange IRangeAxis.Range { get; }
Returns
Type |
---|
DoubleRange |