Interface IRangeAxis
An axis with a range.
Inherited Members
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: Controls.DataVisualization.OpenSilver.dll
Syntax
public interface IRangeAxis : IAxis, IRangeConsumer
Properties
| Improve this Doc View SourceOrigin
Gets the origin value on the axis.
Declaration
IComparable Origin { get; }
Property Value
Type | Description |
---|---|
System.IComparable |
Range
Gets the range of values displayed on the axis.
Declaration
Range<IComparable> Range { get; }
Property Value
Type | Description |
---|---|
Range<System.IComparable> |
Methods
| Improve this Doc View SourceGetValueAtPosition(UnitValue)
The plot area coordinate of a value.
Declaration
IComparable GetValueAtPosition(UnitValue position)
Parameters
Type | Name | Description |
---|---|---|
UnitValue | position | The position at which to retrieve the plot area coordinate. |
Returns
Type | Description |
---|---|
System.IComparable | The plot area coordinate. |