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 Chart
Declaration
public ChartGrid(ChartArea area)
Parameters
Chart The area. |
Fields
AlternatingBackColor2Property
AlternatingBackColorProperty
Properties
AlternatingBackColor
Gets or sets the alternating back color.
Declaration
public Color AlternatingBackColor { get; set; }
Property Value
System. The color of the alternating back. |
AlternatingBackColor2
Gets or sets the alternating back color2.
Declaration
public Color AlternatingBackColor2 { get; set; }
Property Value
System. The alternating back color2. |
Area
Gets or sets the area.
Declaration
public ChartArea Area { get; }
Property Value
Chart The area. |