Click or drag to resize

AxisChart Constructor

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

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

Parameters

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