Sets or gets the jChart.Legend object associated with the chart.
Namespace:
jChartAssembly: jChart (in jChart)
Version: 1.1.0.6 (1.1.0.6)
Syntax
| C# |
|---|
public Legend Legend { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Legend As Legend |
| Visual C++ |
|---|
public: property Legend^ Legend { Legend^ get (); void set (Legend^ value); } |