WinStudio
Note: This topic applies to the graphing tool, which is supported for backward compatibility. We recommend that, if you want to add charts or gauges to a form, use the newer FusionCharts tool instead. For more information, see Adding Charts or Gauges to a Form.
IWSFormComponent interface, graph objects
Sets the text for the x-axis label.
object.GraphSetXAxisTitleText( string )
Part |
Description |
object | Required. A reference to a valid graph component object. |
string | Required. The text for the x-axis label. |
ThisForm.Components("graph1").GraphSetXAxisTitleText("My X-Axis Title") ThisForm.Components("graph1").GraphDraw()