MinorTickBorderMinorTickCount Property |
Minor ticks count between the two major ticks
Namespace: Kettic.AspNet.Controls.ChartModel.StylesAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int MinorTickCount { get; set; }
Public Property MinorTickCount As Integer
Get
Set
public:
property int MinorTickCount {
int get ();
void set (int value);
}
member MinorTickCount : int with get, set
Property Value
Type:
Int32
See Also