Interface IValueMarginProvider
Provides information about margins necessary for values.
Namespace: System.Windows.Controls.DataVisualization.Charting
Assembly: Controls.DataVisualization.OpenSilver.dll
Syntax
public interface IValueMarginProvider
Methods
| Improve this Doc View SourceGetValueMargins(IValueMarginConsumer)
Gets the margins required for values.
Declaration
IEnumerable<ValueMargin> GetValueMargins(IValueMarginConsumer consumer)
Parameters
Type | Name | Description |
---|---|---|
IValueMarginConsumer | consumer | The axis to retrieve the value margins for. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ValueMargin> | The margins required for values. |