Click or drag to resize
ChartLegendAddCustomItemToLegend Method
Adds a custom item to Legend

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void AddCustomItemToLegend(
	string description,
	Fill fillStyle,
	string figure
)

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