PoPieChartRepisNameVisible Property |
Defines if the name of each slice is visible.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic SoSFBool isNameVisible { get; }
Public ReadOnly Property isNameVisible As SoSFBool
Get
public:
property SoSFBool^ isNameVisible {
SoSFBool^ get ();
}
member isNameVisible : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksSlice names are given by the set of strings defined by the field stringsIndex.
See Also