CartesianGrid
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
Initializes a new instance of the CartesianGrid class.
Fields
public static RadProperty AlternatingHorizonatColorProperty
public static RadProperty AlternatingVerticalColorProperty
public static RadProperty DrawHorizontalFillsProperty
public static RadProperty DrawHorizontalStripesProperty
public static RadProperty DrawVerticalFillsProperty
public static RadProperty DrawVerticalStripesProperty
Properties
Gets or sets a value indicating whether horizontal space between stripes should be filled with alternating color.
public bool AlternatingHorizontalColor { get; set; }
Gets or sets a value indicating whether vertical space between stripes should be filled with alternating color.
public bool AlternatingVerticalColor { get; set; }
Gets or sets a value indicating whether the space between horizontal sripes will be filled.
public bool DrawHorizontalFills { get; set; }
Gets or sets a value indicating whether horizontal stripes will be drawn.
public bool DrawHorizontalStripes { get; set; }
Gets or sets a value indicating whether the space between vertical stripes will be filled.
public bool DrawVerticalFills { get; set; }
Gets or sets a value indicating whether vertical stripes will be drawn.
public bool DrawVerticalStripes { get; set; }