PolarGrid
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class PolarGrid : ChartGrid, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Inheritance: objectDisposableObjectRadObjectUIChartElementChartGridPolarGrid...
Implements:
Inherited Members
Constructors
Fields
C#
public static RadProperty AlternatingPolarColorProperty
C#
public static RadProperty AlternatingRadialColorProperty
C#
public static RadProperty DrawPolarFillsProperty
C#
public static RadProperty DrawPolarStripesProperty
C#
public static RadProperty DrawRadialFillsProperty
C#
public static RadProperty DrawRadialStripesProperty
Properties
Gets or sets a value indicating whether polar fills between stripes should be filled with alternating color.
C#
public bool AlternatingPolarColor { get; set; }
Gets or sets a value indicating whether radial fills between stripes should be filled with alternating color.
C#
public bool AlternatingRadialColor { get; set; }
Gets or sets a value indicating whether the space between polar stripes will be filled.
C#
public bool DrawPolarFills { get; set; }
Gets or sets a value indicating whether polar stripes will be drawn.
C#
public bool DrawPolarStripes { get; set; }
Gets or sets a value indicating whether the space between radial sripes will be filled.
C#
public bool DrawRadialFills { get; set; }
Gets or sets a value indicating whether radial stripes will be drawn.
C#
public bool DrawRadialStripes { get; set; }