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

Public Sub AddBar( _ 
ByVal title As String, _ 
ByVal color As Color, _ 
ByVal y_vals As Double() _ 
)
This language is not supported or no code example is available.
public void AddBar( 
string title
Color color
double[] y_vals 
)
This language is not supported or no code example is available.
public:  
void AddBar( 
String^ title
Color color
array< double >^ y_vals 
)
This language is not supported or no code example is available.
public function AddBar( 
title : String
color : Color
y_vals : double[] 
);
This language is not supported or no code example is available.

Parameters

title
Type: string

color
Type: Color

y_vals
Type: double[]

.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