PoPieChartextAnnotValueFontSize Property |
Font size of exterior values (values of sliceValue field).
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFFloat extAnnotValueFontSize { get; }
Public ReadOnly Property extAnnotValueFontSize As SoSFFloat
Get
public:
property SoSFFloat^ extAnnotValueFontSize {
SoSFFloat^ get ();
}
member extAnnotValueFontSize : SoSFFloat with get
Property Value
Type:
SoSFFloatRemarks If this value is less or equal to 0, the font size is fixed at 0.025. This value is a percentage of the current domain (cf OIV.MeshViz.Graph.PoBase description).
See Also