ClassCartesianGrid
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
public class CartesianGrid : ChartGrid, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartGridCartesianGrid
Implements:
Inherited Members
Constructors
CartesianGrid(CartesianArea)
Initializes a new instance of the CartesianGrid class.
Declaration
public CartesianGrid(CartesianArea area)
Parameters
area
The area.
Fields
AlternatingHorizonatColorProperty
Declaration
public static RadProperty AlternatingHorizonatColorProperty
Field Value
AlternatingVerticalColorProperty
Declaration
public static RadProperty AlternatingVerticalColorProperty
Field Value
DrawHorizontalFillsProperty
Declaration
public static RadProperty DrawHorizontalFillsProperty
Field Value
DrawHorizontalStripesProperty
Declaration
public static RadProperty DrawHorizontalStripesProperty
Field Value
DrawVerticalFillsProperty
Declaration
public static RadProperty DrawVerticalFillsProperty
Field Value
DrawVerticalStripesProperty
Declaration
public static RadProperty DrawVerticalStripesProperty
Field Value
Properties
AlternatingHorizontalColor
Gets or sets a value indicating whether horizontal space between stripes should be filled with alternating color.
Declaration
public bool AlternatingHorizontalColor { get; set; }
Property Value
AlternatingVerticalColor
Gets or sets a value indicating whether vertical space between stripes should be filled with alternating color.
Declaration
public bool AlternatingVerticalColor { get; set; }
Property Value
DrawHorizontalFills
Gets or sets a value indicating whether the space between horizontal sripes will be filled.
DrawHorizontalStripes
Gets or sets a value indicating whether horizontal stripes will be drawn.
DrawVerticalFills
Gets or sets a value indicating whether the space between vertical stripes will be filled.
DrawVerticalStripes
Gets or sets a value indicating whether vertical stripes will be drawn.