ClassStyleTickMinor
Class
Minor ticks style
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleTickMinor : StyleTick, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleBorderLineStyleStyleTickStyleTickMinor
Implements:
Inherited Members
Constructors
StyleTickMinor(bool)
Creates a new class instance
Declaration
cs-api-definition
public StyleTickMinor(bool visible)
Parameters
visible
bool
Visibility value
StyleTickMinor(bool, int, int)
Creates a new class instance
Declaration
cs-api-definition
public StyleTickMinor(bool visible, int length, int count)
Parameters
visible
bool
Minor tick visibility
length
int
Minor tick length
count
int
Minor ticks count between two major ticks
StyleTickMinor(int)
Creates a new class instance
Declaration
cs-api-definition
public StyleTickMinor(int count)
Parameters
count
int
Minor ticks count
Properties
Length
Specifies the Length of tick
Declaration
cs-api-definition
[SkinnableProperty]
public override int Length { get; set; }
Property Value
int
Overrides
MinorTickCount
Minor ticks count between the two major ticks
Declaration
cs-api-definition
public int MinorTickCount { get; set; }
Property Value
int