Class StyleTick
Base axis ticks appearance settings
Inherited Members
Namespace: Telerik.Reporting.Charting.Styles
Assembly: Telerik.Reporting.dll
Syntax
public class StyleTick : LineStyle, IChartingStateManagedItem, IChartingStateManager, IDisposable, ICloneable
Constructors
StyleTick()
Creates the new class instance
Declaration
public StyleTick()
StyleTick(Boolean, Int32, Color)
Creates the new class instance
Declaration
public StyleTick(bool visible, int length, Color color)
Parameters
System. Tick visibility |
System. Tick length in pixels |
System. Tick line color |
StyleTick(Int32)
Creates the new class instance
Declaration
public StyleTick(int length)
Parameters
System. Tick length in pixels |
StyleTick(Int32, Boolean)
Creates the new class instance
Declaration
public StyleTick(int length, bool visible)
Parameters
System. Tick length in pixels |
System. Tick visibility |
Properties
Color
Tick line color
Declaration
[SkinnableProperty]
public override Color Color { get; set; }
Property Value
System.
|
Overrides
Length
Specifies the Length of tick
Declaration
[SkinnableProperty]
public virtual int Length { get; set; }
Property Value
System.
|
Width
Tick line width
Declaration
[SkinnableProperty]
public override float Width { get; set; }
Property Value
System.
|