PropertyVisibleChart
DescriptionSpecifies whether to show the chart on the control or not. It is always false using the developer component.
TypeBoolean
Values
True (-1)The chart is shown
False (0)The chart doesn't shows
Default
Example
CodeCube1.VisibleChart = True
HTML<PARAM NAME="VisibleChart" VALUE="-1">
See also
VisibleLayoutOrganizes the control layout.
NotesThis 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.