Object Reference > Chart2D Object > 2DChart Object Methods > ShowChartEditorElement Method (Chart2D) |
ShowChartEditorElement Method (Chart2D)
Function ShowChartEditorElement(Element As Integer, Show As Boolean) As Boolean
Returns True on success, False on failure.
Part |
Type |
Description |
Element |
Integer |
The Property Editor component to be shown or hidden. See ChartEditorElement Constants for valid values. |
Show |
Boolean |
If the element is shown or not. True if the element is shown, False if it is not. |
See Also