ClassStyleGridLine
Class
Grid line specific style
Definition
Namespace:Telerik.Charting.Styles
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class StyleGridLine : LineStyle, IChartingStateManagedItem, IChartingStateManager, ICloneable
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
Overrides
HideWithAxis
Should grid lines be hidden with axis or not
Declaration
cs-api-definition
[SkinnableProperty]
public bool HideWithAxis { get; set; }
Property Value
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
Overrides