Click or drag to resize

GUIGraphPieModelLabels Property

Defines the Labels of the data shown in the legend of the Pie
Remarks

It receives value either via Binding or string list format e.g. Label1;Label2;Label3

Namespace:  Livit.Learn.Model.GUI
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string Labels { get; set; }

Property Value

Type: String
See Also