pltIPlot SetCategoryLabelAngle
Adjusts the display of the category labels along the horizontal axes of bar charts.
Syntax
pltIPlot_handle SetCategoryLabelAngle angle
Application
Tcl Modify
Description
Adjusts the display of the category labels along the horizontal axes of bar charts.
Inputs
- angle
- 
            - Diagonal
- The category labels are sloped away from the horizontal axis.
- Horizontal
- The category labels are displayed parallel to the horizontal axis.
 
Example
hwi GetSessionHandle mySessionName
mySessionName GetProjectHandle myProjectName
myProjectName GetPageHandle myPageName [myProjectName GetActivePage]
myPageName GetWindowHandle myWindowName [myPageName GetActiveWindow]
myWindowName GetClientHandle myPlotName
myPlotName SetCategoryLabelAngle Diagonal
myPlotName Draw
Errors
Returns success or an error code.