Click or drag to resize

Histogram3DChart Constructor

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

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

Parameters

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