Property
VisibleChart
Description
Specifies whether to show the chart on the control or not. It is always false using the developer component.
Type
Boolean
Values
True (-1)
The chart is shown
False (0)
The chart doesn't shows
Default
Example
Code
Cube1.VisibleChart = True
HTML
<PARAM NAME="VisibleChart" VALUE="-1">
See also
VisibleLayout
Organizes the control layout.
Notes
This parameter is always False (0) in the developer control, since it doesn't support charts.
Don't use this parameter, instead use
VisibleLayout
and
VisibleLayoutOrder
.