PoHistogramcolor Property |
Color list for the histogram bars.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoMFColor color { get; }
Public ReadOnly Property color As SoMFColor
Get
public:
property SoMFColor^ color {
SoMFColor^ get ();
}
member color : SoMFColor with get
Property Value
Type:
SoMFColorRemarks This field is used only if coloring = COLOR_LIST. If the number of colors is less than the number of bars, all the bars get the same color which is the inherited color.
See Also