Class CartesianGrid
Inherited Members
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
Constructors
CartesianGrid(CartesianArea)
Initializes a new instance of the CartesianGrid class.
Declaration
public CartesianGrid(CartesianArea area)
Parameters
CartesianArea
area
The area. |
Fields
AlternatingHorizonatColorProperty
AlternatingVerticalColorProperty
DrawHorizontalFillsProperty
DrawHorizontalStripesProperty
DrawVerticalFillsProperty
DrawVerticalStripesProperty
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
System.Boolean
|
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
System.Boolean
|
DrawHorizontalFills
Gets or sets a value indicating whether the space between horizontal sripes will be filled.
Declaration
public bool DrawHorizontalFills { get; set; }
Property Value
System.Boolean
|
DrawHorizontalStripes
Gets or sets a value indicating whether horizontal stripes will be drawn.
Declaration
public bool DrawHorizontalStripes { get; set; }
Property Value
System.Boolean
|
DrawVerticalFills
Gets or sets a value indicating whether the space between vertical stripes will be filled.
Declaration
public bool DrawVerticalFills { get; set; }
Property Value
System.Boolean
|
DrawVerticalStripes
Gets or sets a value indicating whether vertical stripes will be drawn.
Declaration
public bool DrawVerticalStripes { get; set; }
Property Value
System.Boolean
|