Click or drag to resize

Doughnut3DChart Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the Doughnut3DChart class

Namespace:  imbSCI.Graph.Graphics.SvgChart
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Doughnut3DChart(
	int _width,
	int _height,
	int _legendItems
)
Request Example View Source

Parameters

_width
Type: SystemInt32
_height
Type: SystemInt32
_legendItems
Type: SystemInt32
See Also