PoPieChartsliceValue Property |
Value associated to each slice of the pie chart.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoMFFloat sliceValue { get; }
Public ReadOnly Property sliceValue As SoMFFloat
Get
public:
property SoMFFloat^ sliceValue {
SoMFFloat^ get ();
}
member sliceValue : SoMFFloat with get
Property Value
Type:
SoMFFloatRemarks 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