PoMultipleHistogram Properties |
The PoMultipleHistogram type exposes the following members.
Name | Description | |
---|---|---|
barHeight | 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). | |
barSpaceType | Type of bar spacing. | |
barSpaceValue | Spacing value. | |
boundingBoxIgnoring | Whether to ignore this node during bounding box traversal. | |
color | Color list for the histogram bars. | |
coloring | Specifies how the histogram bars are colored. | |
columnName | List of numColumns names of the columns. | |
end | Define the end point of the histogram. | |
histogPath | Indicates that the histogram shows rows as a function of columns, or columns as a function of rows. | |
IsDisposable | ISafeDisposable interface implementation.
(Inherited from SoDisposable.) | |
nameFontName | Font name of bars names. | |
nameFontSize | Font size of bars names. | |
namePath | Bars names path. | |
namePosition | Bars names position in relation to histograms bars. | |
nameVisibility | Bars names visibility. | |
numColumns | Number of columns of the matrix of values. | |
numRows | Number of rows of the matrix of values. | |
representation | Representation type of the multiple histogram. | |
rowName | List of numRows names of the rows. | |
start | Define the start point of the histogram. | |
sumFontName | Font name of bars sums. | |
sumFontSize | Font size of bars sums. | |
sumPath | Writing path of bars sums. | |
sumPosition | Position of sums in relation to bars. | |
sumVisibility | Bars sums visibility. | |
type | 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). | |
UserData |
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.) | |
value | Matrix of values. | |
valueAddString | String to be concatenated. | |
valueAddStringVisibility | Visibility of the string concatenated to the values. | |
valueFontName | Font name of values. | |
valueFontSize | Font size of values. | |
valuePath | Values path. | |
valuePosition | Values position in relation to histogram bars. | |
valueVisibility | Values visibility. |