Class StyleGridLine
Grid line specific style
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting.Styles
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class StyleGridLine : LineStyle, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
StyleGridLine()
Declaration
public StyleGridLine()
Properties
Color
Specifies the color of the grid lines.
Declaration
[SkinnableProperty]
public override Color Color { get; set; }
Property Value
System.Drawing.Color
|
Overrides
HideWithAxis
Should grid lines be hidden with axis or not
Declaration
[SkinnableProperty]
public bool HideWithAxis { get; set; }
Property Value
System.Boolean
|
Remarks
Default value is true
PenStyle
Specifies the pen style used for grid lines' drawing.
Declaration
[SkinnableProperty]
public override DashStyle PenStyle { get; set; }
Property Value
System.Drawing.Drawing2D.DashStyle
|
Overrides
Width
Gets or sets the width of the grid line.
Declaration
[SkinnableProperty]
public override float Width { get; set; }
Property Value
System.Single
|