Click or drag to resize
ChartAxisItem Constructor (String, Color, Boolean, IContainer)
Creates a new instance of the class.

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 ChartAxisItem(
	string labelText,
	Color color,
	bool visible,
	IContainer container
)

Parameters

labelText
Type: SystemString
Item text
color
Type: System.DrawingColor
Item text color
visible
Type: SystemBoolean
Visibility
container
Type: Kettic.AspNet.Controls.ChartModelIContainer
Item container object
See Also