Class PolarChartGrid
Represents a decoration layer over a Rad
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public class PolarChartGrid : ChartElementPresenter, IChartElementPresenterWithMargin, IChartElementPresenter
Constructors
PolarChartGrid()
Fields
GridLineVisibilityProperty
Identifies the Grid
Declaration
public static readonly DependencyProperty GridLineVisibilityProperty
Field Value
System.
|
MinorGridLineVisibilityProperty
Identifies the Minor
Declaration
public static readonly DependencyProperty MinorGridLineVisibilityProperty
Field Value
System.
|
MinorPolarLineDashArrayProperty
Identifies the Minor
Declaration
public static readonly DependencyProperty MinorPolarLineDashArrayProperty
Field Value
System.
|
MinorPolarLineStyleProperty
Identifies the Minor
Declaration
public static readonly DependencyProperty MinorPolarLineStyleProperty
Field Value
System.
|
MinorRadialDashArrayProperty
Identifies the Minor
Declaration
public static readonly DependencyProperty MinorRadialDashArrayProperty
Field Value
System.
|
MinorRadialLineStyleProperty
Identifies the Minor
Declaration
public static readonly DependencyProperty MinorRadialLineStyleProperty
Field Value
System.
|
MinorStripesVisibilityProperty
Identifies the Minor
Declaration
public static readonly DependencyProperty MinorStripesVisibilityProperty
Field Value
System.
|
PolarLineDashArrayProperty
Identifies the Polar
Declaration
public static readonly DependencyProperty PolarLineDashArrayProperty
Field Value
System.
|
PolarLineStyleProperty
Identifies the Polar
Declaration
public static readonly DependencyProperty PolarLineStyleProperty
Field Value
System.
|
RadialLineDashArrayProperty
Identifies the Radial
Declaration
public static readonly DependencyProperty RadialLineDashArrayProperty
Field Value
System.
|
RadialLineStyleProperty
Identifies the Radial
Declaration
public static readonly DependencyProperty RadialLineStyleProperty
Field Value
System.
|
StripesVisibilityProperty
Identifies the Stripes
Declaration
public static readonly DependencyProperty StripesVisibilityProperty
Field Value
System.
|
Properties
GridLineVisibility
Gets or sets which lines are displayed by this instance.
Declaration
public PolarGridLineVisibility GridLineVisibility { get; set; }
Property Value
MinorGridLineVisibility
Gets or sets which lines are displayed by this instance.
Declaration
public PolarGridLineVisibility MinorGridLineVisibility { get; set; }
Property Value
MinorPolarLineDashArray
Gets or sets the System.
Declaration
public DoubleCollection MinorPolarLineDashArray { get; set; }
Property Value
System.
|
MinorPolarLineStyle
Gets or sets the System.
Declaration
public Style MinorPolarLineStyle { get; set; }
Property Value
System.
|
MinorRadialDashArray
Gets or sets the System.
Declaration
public DoubleCollection MinorRadialDashArray { get; set; }
Property Value
System.
|
MinorRadialLineStyle
Gets or sets the System.
Declaration
public Style MinorRadialLineStyle { get; set; }
Property Value
System.
|
MinorStripesVisibility
Gets or sets the visibility of grid's minor Stripes.
Declaration
public PolarGridLineVisibility MinorStripesVisibility { get; set; }
Property Value
PolarLineDashArray
Gets or sets the System.
Declaration
public DoubleCollection PolarLineDashArray { get; set; }
Property Value
System.
|
PolarLineStyle
Gets or sets the System.
Declaration
public Style PolarLineStyle { get; set; }
Property Value
System.
|
PolarStripeBrushes
Gets the collection of brushes used to display polar stripes.
Declaration
public ObservableCollection<Brush> PolarStripeBrushes { get; }
Property Value
System.
|
RadialLineDashArray
Gets or sets the System.
Declaration
public DoubleCollection RadialLineDashArray { get; set; }
Property Value
System.
|
RadialLineStyle
Gets or sets the System.
Declaration
public Style RadialLineStyle { get; set; }
Property Value
System.
|
RadialStripeBrushes
Gets the collection of brushes used to display radial stripes.
Declaration
public ObservableCollection<Brush> RadialStripeBrushes { get; }
Property Value
System.
|
StripesVisibility
Gets or sets which major stripes area displayed by this instance.
Declaration
public PolarGridLineVisibility StripesVisibility { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnAttached()
Occurs when the presenter has been successfully attached to its owning Rad
Declaration
protected override void OnAttached()
Overrides
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning Rad
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Rad
|