Click or drag to resize
PoLinearValueLegendValueDistributions Enumeration

Type of distribution of the values.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum ValueDistributions
Members
  Member nameValueDescription
ALL_VALUES0

All the values of the legend are displayed.

LINEAR_VALUES1

The values of the legend are displayed like a linear axis.

MIN_MAX_VALUES2

Only the minimum and maximum of the values of the legend are displayed.

Remarks