ClassPolarChartGrid
Represents a decoration layer over a RadPolarChart. Adds visual representation of Polar and Radial lines and stripes.
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class PolarChartGrid : ChartGrid, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterChartGridPolarChartGrid
Implements:
Inherited Members
Constructors
PolarChartGrid()
Initializes a new instance of the PolarChartGrid class.
Declaration
public PolarChartGrid()
Fields
MajorPolarLinesStyleProperty
Identifies the MajorPolarLinesStyle property.
Declaration
public static readonly DependencyProperty MajorPolarLinesStyleProperty
Field Value
DependencyProperty
MajorRadialLinesStyleProperty
Identifies the MajorRadialLinesStyle property.
Declaration
public static readonly DependencyProperty MajorRadialLinesStyleProperty
Field Value
DependencyProperty
MajorStripesVisibilityProperty
Identifies the MajorStripesVisibility dependency property.
Declaration
public static readonly DependencyProperty MajorStripesVisibilityProperty
Field Value
DependencyProperty
MinorPolarLinesStyleProperty
Identifies the MinorPolarLinesStyle property.
Declaration
public static readonly DependencyProperty MinorPolarLinesStyleProperty
Field Value
DependencyProperty
MinorRadialLinesStyleProperty
Identifies the MinorRadialLinesStyle property.
Declaration
public static readonly DependencyProperty MinorRadialLinesStyleProperty
Field Value
DependencyProperty
MinorStripesVisibilityProperty
Identifies the MinorStripesVisibility dependency property.
Declaration
public static readonly DependencyProperty MinorStripesVisibilityProperty
Field Value
DependencyProperty
Properties
MajorGridLinesVisibility
Gets or sets which major lines are displayed by this instance.
Declaration
public PolarGridLineVisibility MajorGridLinesVisibility { get; set; }
Property Value
MajorPolarLinesStyle
Gets or sets the Style instance that defines the appearance of the major polar (radius) lines within the grid. The style should target the type.
Declaration
public Style MajorPolarLinesStyle { get; set; }
Property Value
Style
MajorRadialLinesStyle
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.
Declaration
public Style MajorRadialLinesStyle { get; set; }
Property Value
Style
MajorStripesVisibility
Gets or sets which stripes area displayed by this instance.
Declaration
public PolarGridLineVisibility MajorStripesVisibility { get; set; }
Property Value
MinorGridLinesVisibility
Gets or sets which minor lines are displayed by this instance.
Declaration
public PolarGridLineVisibility MinorGridLinesVisibility { get; set; }
Property Value
MinorPolarLinesStyle
Gets or sets the Style instance that defines the appearance of the minor polar (radius) lines within the grid. The style should target the type.
Declaration
public Style MinorPolarLinesStyle { get; set; }
Property Value
Style
MinorRadialLinesStyle
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.
Declaration
public Style MinorRadialLinesStyle { get; set; }
Property Value
Style
MinorStripesVisibility
Gets or sets the visibility of grid's minor Stripes.
Declaration
public PolarGridLineVisibility MinorStripesVisibility { get; set; }
Property Value
PolarStripeBrushes
Gets the collection of brushes used to display polar stripes.
Declaration
public ObservableCollection<Brush> PolarStripeBrushes { get; }
Property Value
ObservableCollection<Brush>
RadialStripeBrushes
Gets the collection of brushes used to display radial stripes.
Declaration
public ObservableCollection<Brush> RadialStripeBrushes { get; }
Property Value
ObservableCollection<Brush>
Methods
OnAttached()
Occurs when the presenter has been successfully attached to its owning RadChartBase instance.
Declaration
protected override void OnAttached()
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnDetached(RadChartBase)
Occurs when the presenter has been successfully detached from its owning RadChartBase instance.
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
oldChart
Overrides