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