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: Controls.DataVisualization.OpenSilver.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 SourceAnchoredAxis
Gets the axis to which the data is anchored.
Declaration
IRangeAxis AnchoredAxis { get; }
Property Value
Type | Description |
---|---|
IRangeAxis |