ClassStyleGridLine
Class
Grid line specific style
Definition
Namespace:Telerik.Reporting.Charting.Styles
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleGridLine : LineStyle, IChartingStateManagedItem, IChartingStateManager
Inheritance: objectStateManagedObjectStyleBorderLineStyleStyleGridLine
Derived Classes:
Implements:
Inherited Members
Constructors
StyleGridLine()
Declaration
cs-api-definition
public StyleGridLine()
Properties
Color
Specifies the color of the grid lines.
Declaration
cs-api-definition
[Browsable(true)]
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }
Property Value
Color
Overrides
HideWithAxis
Should grid lines be hidden with axis or not
Declaration
cs-api-definition
[SkinnableProperty]
public bool HideWithAxis { get; set; }
Property Value
bool
Remarks
Default value is true
PenStyle
Specifies the pen style used for grid lines' drawing.
Declaration
cs-api-definition
[Browsable(true)]
[SkinnableProperty]
public override DashStyle PenStyle { get; set; }
Property Value
DashStyle
Overrides
Width
Gets or sets the width of the grid line.
Declaration
cs-api-definition
[SkinnableProperty]
public override float Width { get; set; }
Property Value
float
Overrides