Click or drag to resize
PoMultipleHistogram Properties

The PoMultipleHistogram type exposes the following members.

Properties
  NameDescription
Public propertybarHeight

This field is used only for percentage histogram representation (representation = PERCENTAGE) and it corresponds to the height of the histogram (in this representation, all the bars have the same size).

Public propertybarSpaceType

Type of bar spacing.

(Inherited from PoHistogram.)
Public propertybarSpaceValue

Spacing value.

(Inherited from PoHistogram.)
Public propertyboundingBoxIgnoring

Whether to ignore this node during bounding box traversal.

(Inherited from SoBaseKit.)
Public propertycolor

Color list for the histogram bars.

(Inherited from PoHistogram.)
Public propertycoloring

Specifies how the histogram bars are colored.

(Inherited from PoHistogram.)
Public propertycolumnName

List of numColumns names of the columns.

Public propertyend

Define the end point of the histogram.

(Inherited from PoHistogram.)
Public propertyhistogPath

Indicates that the histogram shows rows as a function of columns, or columns as a function of rows.

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertynameFontName

Font name of bars names.

(Inherited from PoHistogram.)
Public propertynameFontSize

Font size of bars names.

(Inherited from PoHistogram.)
Public propertynamePath

Bars names path.

(Inherited from PoHistogram.)
Public propertynamePosition

Bars names position in relation to histograms bars.

(Inherited from PoHistogram.)
Public propertynameVisibility

Bars names visibility.

(Inherited from PoHistogram.)
Public propertynumColumns

Number of columns of the matrix of values.

Public propertynumRows

Number of rows of the matrix of values.

Public propertyrepresentation

Representation type of the multiple histogram.

Public propertyrowName

List of numRows names of the rows.

Public propertystart

Define the start point of the histogram.

(Inherited from PoHistogram.)
Public propertysumFontName

Font name of bars sums.

Public propertysumFontSize

Font size of bars sums.

Public propertysumPath

Writing path of bars sums.

Public propertysumPosition

Position of sums in relation to bars.

Public propertysumVisibility

Bars sums visibility.

Public propertytype

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).

(Inherited from PoHistogram.)
Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Public propertyvalue

Matrix of values.

Public propertyvalueAddString

String to be concatenated.

(Inherited from PoHistogram.)
Public propertyvalueAddStringVisibility

Visibility of the string concatenated to the values.

(Inherited from PoHistogram.)
Public propertyvalueFontName

Font name of values.

(Inherited from PoHistogram.)
Public propertyvalueFontSize

Font size of values.

(Inherited from PoHistogram.)
Public propertyvaluePath

Values path.

(Inherited from PoHistogram.)
Public propertyvaluePosition

Values position in relation to histogram bars.

(Inherited from PoHistogram.)
Public propertyvalueVisibility

Values visibility.

(Inherited from PoHistogram.)
Top
See Also