WinStudio

GraphSetXAxisLabelProperty Method

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.

Applies To

IWSFormComponent interface, graph objects

Definition

Sets the IDO collection property to be used for x-axis labels.

Syntax

object.GraphSetXAxisLabelProperty( string )

  Part

  Description

object Required. A reference to a valid graph component object.
string Required. The name of an IDO property.

Example

ThisForm.Components("graph1").GraphSetXAxisLabelProperty("property01") 
ThisForm.Components("graph1").GraphDraw()