Click or drag to resize
TickBorder Constructor (Boolean, Int32, Color)
Creates the new class instance

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public TickBorder(
	bool visible,
	int length,
	Color color
)

Parameters

visible
Type: SystemBoolean
Tick visibility
length
Type: SystemInt32
Tick length in pixels
color
Type: System.DrawingColor
Tick line color
See Also