YStack
Class consists of the following
properties:
Property |
Description |
Data Type |
Default |
Visible |
Determines whether or not the stacked graph will be displayed on the chart. |
Boolean |
TRUE |
HeightPercentage |
Determines
the height percentage the stacked graph will occupy. Value must be
between 1 and 100.
The overall HeightPercentage (of all stacked graphs) cannot exceed 100. |
Single | Reset whenever the general property NumYStacks is modified. HeightPercentage (for all stacked graphs) is reset to 100/NumYStacks. |
Left | This is a read-only property. Returns the graph's left position within the XY Chart control. | Single | Not applicable |
Top | This is a read-only property. Returns the graph's top position within the XY Chart control. | Single | Not applicable |
Width | This is a read-only property. Returns the width of the graph. | Single | Not applicable |
Height | This is a read-only property. Returns the height of the graph. | Single | Not applicable |
NumYScales | Specifies the number of YScales for a YStack. See YStacking Feature. | Integer | 1 |