MinorTickBorder Constructor (Boolean, Int32, Int32) |
Creates a new class instance
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic MinorTickBorder(
bool visible,
int length,
int count
)
Public Sub New (
visible As Boolean,
length As Integer,
count As Integer
)
public:
MinorTickBorder(
bool visible,
int length,
int count
)
new :
visible : bool *
length : int *
count : int -> MinorTickBorder
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