Class ChartGrid
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public abstract class ChartGrid : UIChartElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Constructors
ChartGrid()
ChartGrid(ChartArea)
Initializes a new instance of the ChartGrid class.
Declaration
public ChartGrid(ChartArea area)
Parameters
ChartArea
area
The area. |
Fields
AlternatingBackColor2Property
AlternatingBackColorProperty
Properties
AlternatingBackColor
Gets or sets the alternating back color.
Declaration
public Color AlternatingBackColor { get; set; }
Property Value
System.Drawing.Color
The color of the alternating back. |
AlternatingBackColor2
Gets or sets the alternating back color2.
Declaration
public Color AlternatingBackColor2 { get; set; }
Property Value
System.Drawing.Color
The alternating back color2. |
Area
Gets or sets the area.
Declaration
public ChartArea Area { get; }
Property Value
ChartArea
The area. |