SetGraphStyle

NOTE:  This method was deprecated in V4-0.  The recommended method to set the Graph Style is via SetPlotAttribute specifying an attribute of "STYLE" .

 

void SetGraphStyle (long Style);

 

Available (from release):

 

stOCX (V3-0), stPro Automation (V3-0)

 

Return Value:

 

None.

 

Parameters:

 

Name:

Description:

Style

The index of the required Graph Style. Valid options are:

  • 1 - Strip Chart.

  • 2 - Radar Plot.

  • 3 - X-Y Scatter Graph.

  • 4 - X-Y Line Graph.

  • 5 - Stacked Strip Chart.

 

Remarks:

 

Call this function to set the required Graph Style.