Click or drag to resize
MinorTickBorder Constructor (Boolean, Int32, Int32)
Creates a 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 MinorTickBorder(
	bool visible,
	int length,
	int count
)

Parameters

visible
Type: SystemBoolean
Minor tick visibility
length
Type: SystemInt32
Minor tick length
count
Type: SystemInt32
Minor ticks count between two major ticks
See Also