Enum InterpolationMode
Specifies the supported interpolation modes.
Namespace: System.Windows.Controls.DataVisualization
Assembly: Controls.DataVisualization.OpenSilver.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. |