Class RangeAxisBase3D
Class implementation for RangeAxisBase
Inheritance
System.Object
RangeAxisBase3D
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public abstract class RangeAxisBase3D : ChartAxisBase3D, ICloneable, IRangeAxis
Constructors
RangeAxisBase3D()
Declaration
protected RangeAxisBase3D()
Fields
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
Range
Gets the range.
Declaration
protected DoubleRange Range { get; }
Property Value
Type |
---|
DoubleRange |
SmallTickLineSize
Gets or sets small tick line size
Declaration
public double SmallTickLineSize { get; set; }
Property Value
Type |
---|
System.Double |
SmallTickLinesPosition
Gets or sets small tick lines position
Declaration
public AxisElementPosition SmallTickLinesPosition { get; set; }
Property Value
Type |
---|
AxisElementPosition |
SmallTicksPerInterval
Gets or sets small tick’s interval
Declaration
public int SmallTicksPerInterval { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
AddSmallTicksPoint(Double)
Method implementation for Add SmallTicksPoint
Declaration
protected override void AddSmallTicksPoint(double position)
Parameters
Type | Name | Description |
---|---|---|
System.Double | position | The 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 | The Position |
System.Double | interval | The Interval |
Overrides
CloneAxis(DependencyObject)
Clones the given axis.
Declaration
protected override DependencyObject CloneAxis(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | obj | The Object |
Returns
Type | Description |
---|---|
System.Windows.DependencyObject | Returns the cloned axis. |
Overrides
GenerateVisibleLabels()
Method implementation for Generate Labels in ChartAxis
Declaration
protected override void GenerateVisibleLabels()
Overrides
Explicit Interface Implementations
IRangeAxis.Range
Gets the interface range.
Declaration
DoubleRange IRangeAxis.Range { get; }
Returns
Type |
---|
DoubleRange |