Show / Hide Table of Contents

Enum InterpolationMode

Specifies the supported interpolation modes.

Namespace: System.Windows.Controls.DataVisualization
Assembly: OpenSilver.Controls.DataVisualization.Toolkit.dll
Syntax
public enum InterpolationMode

Fields

Name Description
AllNodes

Interpolation shall be applied to all nodes in the tree.

LeafNodesOnly

Interpolation shall be applied to leaf nodes only in the tree.

  • Improve this Doc
  • View Source