StyleTick
Class
Base axis ticks appearance settings
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleTick : LineStyle, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleBorderLineStyleStyleTick
Derived Classes:
Implements:
Inherited Members
Constructors
Creates the new class instance
C#
public StyleTick()
Creates the new class instance
C#
public StyleTick(bool visible, int length, Color color)
Tick visibility
lengthintTick length in pixels
colorColorTick line color
Creates the new class instance
C#
public StyleTick(int length, bool visible)
Tick length in pixels
visibleboolTick visibility
Creates the new class instance
C#
public StyleTick(int length)
Tick length in pixels
Properties
Color
Color
Tick line color
C#
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }
Overrides:
Length
int
Specifies the Length of tick
C#
[SkinnableProperty]
public virtual int Length { get; set; }
Width
float
Tick line width
C#
[SkinnableProperty]
public override float Width { get; set; }
Overrides: