Click or drag to resize
PoPieChartsliceValue Property

Value associated to each slice of the pie chart.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public SoMFFloat sliceValue { get; }

Property Value

Type: SoMFFloat
Remarks

Take care that sliceText.getNum() is equal to sliceValue.getNum(), otherwise the number of slices of the pie chart is the minimun of sliceText.getNum() and sliceValue.getNum().

See Also