PoHistogramcoloring Property |
Specifies how the histogram bars are colored.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<PoHistogramColorings> coloring { get; }
Public ReadOnly Property coloring As SoSFEnum(Of PoHistogramColorings)
Get
public:
property SoSFEnum<PoHistogramColorings>^ coloring {
SoSFEnum<PoHistogramColorings>^ get ();
}
member coloring : SoSFEnum<PoHistogramColorings> with get
Property Value
Type:
SoSFEnumPoHistogramColoringsRemarks if coloring = COLOR_LIST, the bars are colored using the color list field color, otherwise the bars are colored according to their values (see the current data mapping for the association color-value at the header description).
See Also