PoPieChartsliceText Property |
Text 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 SoMFString sliceText { get; }
Public ReadOnly Property sliceText As SoMFString
Get
public:
property SoMFString^ sliceText {
SoMFString^ get ();
}
member sliceText : SoMFString with get
Property Value
Type:
SoMFStringRemarks 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