Show / Hide Table of Contents

Interface IValueMarginProvider

Provides information about margins necessary for values.

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

Methods

| Improve this Doc View Source

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

  • Improve this Doc
  • View Source