pltIPlot SetBarGapToDefault

Sets the bar gap for the plot to its default.

Syntax

pltIPlot_handle SetBarGapToDefault

Application

Tcl Modify

Description

This command sets the bar gap for the plot to its default distance.
Note: This method is only valid for bar charts. The bar gap is the distance between each bar in a bar chart (the bar gap will be the same between all bars in a chart).

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;	
w1 GetClientHandle plot;
plot SetBarGapToDefault;

Errors

Success (0) or an error message is returned.

Keywords

Tcl

Bar Graph

Modify