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

Public Sub AddPieSegment( _ 
ByVal title As String, _ 
ByVal label As String, _ 
ByVal value As Double, _ 
ByVal color As Color, _ 
Optional ByVal show_label As Boolean = true _ 
)
This language is not supported or no code example is available.
public void AddPieSegment( 
string title
string label
double value
Color color
bool show_label = true 
)
This language is not supported or no code example is available.
public:  
void AddPieSegment( 
String^ title
String^ label
double value
Color color
bool show_label 
)
This language is not supported or no code example is available.
public function AddPieSegment( 
title : String
label : String
value : double
color : Color
show_label : boolean 
);
This language is not supported or no code example is available.

Parameters

title
Type: string

label
Type: string

value
Type: double

color
Type: Color

show_label
Type: bool

.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