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