PoHistogram.coloring Property |
Specifies how the histogram bars are colored.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<PoHistogram. Colorings> coloring { get; }
Public ReadOnly Property coloring As SoSFEnum(Of PoHistogram.Colorings)
Get
public:
property SoSFEnum<PoHistogram. Colorings>^ coloring {
SoSFEnum<PoHistogram. Colorings>^ get ();
}
member coloring : SoSFEnum<PoHistogram. Colorings> with get
Property Value
Type:
SoSFEnum<PoHistogram.Colorings>
Remarksif 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