SetLineStyles

Top  Previous  Next

 

SetLineStyles (Method)

 

This function assigns all the line type names and data

 

Syntax:

Function SetLineStyles(sLineStyles() As String) As Boolean

 

The SetLineStyles method syntax consists of the following:

Parameter

Data Type

Description

sLineStyles()

String

An array of Strings for the line types name and data

 

Return value:

Boolean - True on success, false on error

 

Example