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