Class StyleGridLineMajorXAxis
Inheritance
System.Object
StyleGridLineMajorXAxis
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 StyleGridLineMajorXAxis : StyleGridLineMajor, IChartingStateManagedItem, IChartingStateManager, ICloneable
Constructors
StyleGridLineMajorXAxis()
Declaration
public StyleGridLineMajorXAxis()
Properties
PenStyle
Specifies the pen style used for grid lines' drawing.
Declaration
[SkinnableProperty]
public override DashStyle PenStyle { get; set; }
Property Value
System.Drawing.Drawing2D.DashStyle
|