Click or drag to resize

HistogramChart Constructor

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

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

Parameters

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