Click or drag to resize
PoPieChartsliceText Property

Text associated to each slice of the pie chart.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoMFString sliceText { get; }

Property Value

Type: SoMFString
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