XY Chart NET 3 Control Reference > Classes > YStack Class |
YStack Class consists of the following properties:
Property | Description | Data Type | Default |
GapHeight | Determines the gap height, in pixels, above the Y-Stack plot. A value of zero indicates the gap height is calculated automatically. | Integer | 0 |
Height | Returns the height of the graph. This is a read-only property. | Integer | Not applicable |
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 NumYStacks property is modified. HeightPercentage (for all stacked graphs) is reset to 100/NumYStacks. |
Left | Returns the graph's left position within the chart. This is a read-only property. | Integer | Not applicable |
NumYScales | Specifies the number of YScales for a YStack. See YStacking Feature. | Integer | 1 |
Top | Returns the graph's top position within the chart. This is a read-only property. | Integer | Not applicable |
Visible | Determines whether or not the stacked graph will be displayed on the chart. | Boolean | True |
Width | Returns the width of the graph. This is a read-only property. | Integer | Not applicable |