PoHistogram.type Property |
Defines if the histogram is an X histogram (bars are perpendicular to the X- axis) or a Y histogram (bars are perpendicular to the Y-axis).
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<PoHistogram. Types> type { get; }
Public ReadOnly Property type As SoSFEnum(Of PoHistogram.Types)
Get
public:
property SoSFEnum<PoHistogram. Types>^ type {
SoSFEnum<PoHistogram. Types>^ get ();
}
member type : SoSFEnum<PoHistogram. Types> with get
Property Value
Type:
SoSFEnum<PoHistogram.Types>
Remarks
See Also