ChartLegendAddCustomItemToLegend Method |
Adds a custom item to Legend
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void AddCustomItemToLegend(
string description,
Fill fillStyle,
string figure
)
Public Sub AddCustomItemToLegend (
description As String,
fillStyle As Fill,
figure As String
)
public:
void AddCustomItemToLegend(
String^ description,
Fill^ fillStyle,
String^ figure
)
member AddCustomItemToLegend :
description : string *
fillStyle : Fill *
figure : string -> unit
Parameters
- description
- Type: SystemString
The text description of legend itemt - fillStyle
- Type: Kettic.AspNet.Controls.ChartModel.StylesFill
Fill style of background - figure
- Type: SystemString
Figure for an item marker
See Also