pltIPlot GetCategoryLabelAngle
Gets the display direction of the category labels on a bar chart's horizontal axes.
Syntax
pltIPlot_handle GetCategoryLabelAngle
Application
HyperWorks Tcl Query
Description
Returns diagonal when the category labels are sloped away from the horizontal axis.
Horizontal when 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 GetCategoryLabelAngle
Error
None