Class PolarGrid
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class PolarGrid : ChartGrid, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Constructors
PolarGrid(PolarArea)
Initializes a new instance of the PolarGrid class.
Declaration
public PolarGrid(PolarArea area)
Parameters
PolarArea
area
The area. |
Fields
AlternatingPolarColorProperty
AlternatingRadialColorProperty
DrawPolarFillsProperty
DrawPolarStripesProperty
DrawRadialFillsProperty
DrawRadialStripesProperty
Properties
AlternatingPolarColor
Gets or sets a value indicating whether polar fills between stripes should be filled with alternating color.
Declaration
public bool AlternatingPolarColor { get; set; }
Property Value
System.Boolean
|
AlternatingRadialColor
Gets or sets a value indicating whether radial fills between stripes should be filled with alternating color.
Declaration
public bool AlternatingRadialColor { get; set; }
Property Value
System.Boolean
|
DrawPolarFills
Gets or sets a value indicating whether the space between polar stripes will be filled.
Declaration
public bool DrawPolarFills { get; set; }
Property Value
System.Boolean
|
DrawPolarStripes
Gets or sets a value indicating whether polar stripes will be drawn.
Declaration
public bool DrawPolarStripes { get; set; }
Property Value
System.Boolean
|
DrawRadialFills
Gets or sets a value indicating whether the space between radial sripes will be filled.
Declaration
public bool DrawRadialFills { get; set; }
Property Value
System.Boolean
|
DrawRadialStripes
Gets or sets a value indicating whether radial stripes will be drawn.
Declaration
public bool DrawRadialStripes { get; set; }
Property Value
System.Boolean
|