Namespace: SynergyServerScripting.Reports
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Sub AddLine( _ 
ByVal title As String, _ 
ByVal color As Color, _ 
ByVal points As Double(), _ 
Optional ByVal float_size As Single = 2f _ 
)
This language is not supported or no code example is available.
public void AddLine( 
string title
Color color
double[] points
float float_size = 2f 
)
This language is not supported or no code example is available.
public:  
void AddLine( 
String^ title
Color color
array< double >^ points
float float_size 
)
This language is not supported or no code example is available.
public function AddLine( 
title : String
color : Color
points : double[], 
float_size : float 
);
This language is not supported or no code example is available.

Parameters

title
Type: string

color
Type: Color

points
Type: double[]

float_size
Type: float

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1