Show / Hide Table of Contents

Interface IRangeAxis

An axis with a range.

Inherited Members
IAxis.Orientation
IAxis.OrientationChanged
IAxis.CanPlot(Object)
IAxis.GetPlotAreaCoordinate(Object)
IAxis.RegisteredListeners
IAxis.DependentAxes
IRangeConsumer.RangeChanged(IRangeProvider, Range<IComparable>)
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public interface IRangeAxis : IAxis, IRangeConsumer

Properties

| Improve this Doc View Source

Origin

Gets the origin value on the axis.

Declaration
IComparable Origin { get; }
Property Value
Type Description
System.IComparable
| Improve this Doc View Source

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 Source

GetValueAtPosition(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.

  • Improve this Doc
  • View Source