PolarChartGrid
Represents a decoration layer over a RadPolarChart. Adds visual representation of Polar and Radial lines and stripes.
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
public class PolarChartGrid : ChartElementPresenter, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterPolarChartGrid
Implements:
Inherited Members
Constructors
Initializes a new instance of the PolarChartGrid class.
public PolarChartGrid()
Fields
GridLineVisibilityProperty
DependencyProperty
Identifies the GridLineVisibility property.
public static readonly DependencyProperty GridLineVisibilityProperty
MinorGridLineVisibilityProperty
DependencyProperty
Identifies the MinorGridLineVisibility property.
public static readonly DependencyProperty MinorGridLineVisibilityProperty
MinorPolarLineDashArrayProperty
DependencyProperty
Identifies the MinorPolarLineDashArray property.
public static readonly DependencyProperty MinorPolarLineDashArrayProperty
MinorPolarLineStyleProperty
DependencyProperty
Identifies the MinorPolarLineStyle property.
public static readonly DependencyProperty MinorPolarLineStyleProperty
MinorRadialDashArrayProperty
DependencyProperty
Identifies the MinorRadialDashArray property.
public static readonly DependencyProperty MinorRadialDashArrayProperty
MinorRadialLineStyleProperty
DependencyProperty
Identifies the MinorRadialLineStyle property.
public static readonly DependencyProperty MinorRadialLineStyleProperty
MinorStripesVisibilityProperty
DependencyProperty
Identifies the MinorStripesVisibility dependency property.
public static readonly DependencyProperty MinorStripesVisibilityProperty
PolarLineDashArrayProperty
DependencyProperty
Identifies the PolarLineDashArray property.
public static readonly DependencyProperty PolarLineDashArrayProperty
PolarLineStyleProperty
DependencyProperty
Identifies the PolarLineStyle property.
public static readonly DependencyProperty PolarLineStyleProperty
RadialLineDashArrayProperty
DependencyProperty
Identifies the RadialLineDashArray property.
public static readonly DependencyProperty RadialLineDashArrayProperty
RadialLineStyleProperty
DependencyProperty
Identifies the RadialLineStyle property.
public static readonly DependencyProperty RadialLineStyleProperty
StripesVisibilityProperty
DependencyProperty
Identifies the StripesVisibility dependency property.
public static readonly DependencyProperty StripesVisibilityProperty
Properties
Gets or sets which lines are displayed by this instance.
public PolarGridLineVisibility GridLineVisibility { get; set; }
Gets or sets which lines are displayed by this instance.
public PolarGridLineVisibility MinorGridLineVisibility { get; set; }
MinorPolarLineDashArray
DoubleCollection
Gets or sets the DoubleCollection that defines the pattern of the minor polar (radius) lines within the grid.
public DoubleCollection MinorPolarLineDashArray { get; set; }
MinorPolarLineStyle
Style
Gets or sets the Style instance that defines the appearance of the minor polar (radius) lines within the grid. The style should target the Line type.
public Style MinorPolarLineStyle { get; set; }
MinorRadialDashArray
DoubleCollection
Gets or sets the DoubleCollection that defines the pattern of the minor radial (angle) lines within the grid.
public DoubleCollection MinorRadialDashArray { get; set; }
MinorRadialLineStyle
Style
Gets or sets the Style instance that defines the appearance of the minor radial (angle) lines within the grid. The style should target the type.
public Style MinorRadialLineStyle { get; set; }
Gets or sets the visibility of grid's minor Stripes.
public PolarGridLineVisibility MinorStripesVisibility { get; set; }
PolarLineDashArray
DoubleCollection
Gets or sets the DoubleCollection that defines the pattern of the major polar (radius) lines within the grid.
public DoubleCollection PolarLineDashArray { get; set; }
PolarLineStyle
Style
Gets or sets the Style instance that defines the appearance of the major polar (radius) lines within the grid. The style should target the Line type.
public Style PolarLineStyle { get; set; }
Gets the collection of brushes used to display polar stripes.
public ObservableCollection<Brush> PolarStripeBrushes { get; }
RadialLineDashArray
DoubleCollection
Gets or sets the DoubleCollection that defines the pattern of the major radial (angle) lines within the grid.
public DoubleCollection RadialLineDashArray { get; set; }
RadialLineStyle
Style
Gets or sets the Style instance that defines the appearance of the major radial (angle) lines within the grid. The style should target the type.
public Style RadialLineStyle { get; set; }
Gets the collection of brushes used to display radial stripes.
public ObservableCollection<Brush> RadialStripeBrushes { get; }
Gets or sets which major stripes area displayed by this instance.
public PolarGridLineVisibility StripesVisibility { get; set; }
Methods
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call . In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
public override void OnApplyTemplate()
Overrides:
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
protected override void OnAttached()
Overrides:
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Occurs when the presenter has been successfully detached from its owning RadChartBase instance.
protected override void OnDetached(RadChartBase oldChart)
Overrides: