Class ChartAxisBase3D
Class implementation for ChartAxisBase3D
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public abstract class ChartAxisBase3D : ChartAxis, ICloneable
Constructors
ChartAxisBase3D()
Initializes a new instance of the ChartAxisBase3D class.
Declaration
public ChartAxisBase3D()
Methods
CoefficientToValue(Double)
Converts co-ordinate of point related to chart control to axis units.
Declaration
public override double CoefficientToValue(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | The absolute point value. |
Returns
Type | Description |
---|---|
System.Double | The value of point on axis. |
Overrides
See Also
ValueToCoefficient(System.Double)
OnAxisBoundsChanged(ChartAxisBoundsEventArgs)
Raises the AxisBoundsChanged event.
Declaration
protected override void OnAxisBoundsChanged(ChartAxisBoundsEventArgs args)
Parameters
Type | Name | Description |
---|---|---|
ChartAxisBoundsEventArgs | args | The ChartAxisBoundsEventArgs instance containing the event data. |