Show / Hide Table of Contents

Interface IAnchoredToOrigin

Range axes look for this interface on series to determine whether to anchor the origin to the bottom or top of the screen where possible.

Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public interface IAnchoredToOrigin
Remarks

Implementing this interface ensures that value margins will not cause an origin to float above the bottom or top of the screen if no data exists below or above.

Properties

| Improve this Doc View Source

AnchoredAxis

Gets the axis to which the data is anchored.

Declaration
IRangeAxis AnchoredAxis { get; }
Property Value
Type Description
IRangeAxis
  • Improve this Doc
  • View Source