Class PolarChartGrid
Inheritance
System.Object
PolarChartGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PolarChartGrid : ChartGrid, IChartElementPresenter, IElementPresenter
Constructors
Fields
Declaration
public static readonly DependencyProperty MajorPolarLinesStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MajorRadialLinesStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MajorStripesVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MinorPolarLinesStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MinorRadialLinesStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty MinorStripesVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public PolarGridLineVisibility MajorGridLinesVisibility { get; set; }
Property Value
Declaration
public Style MajorPolarLinesStyle { get; set; }
Property Value
Declaration
public Style MajorRadialLinesStyle { get; set; }
Property Value
Declaration
public PolarGridLineVisibility MajorStripesVisibility { get; set; }
Property Value
Declaration
public PolarGridLineVisibility MinorGridLinesVisibility { get; set; }
Property Value
Declaration
public Style MinorPolarLinesStyle { get; set; }
Property Value
Declaration
public Style MinorRadialLinesStyle { get; set; }
Property Value
Declaration
public PolarGridLineVisibility MinorStripesVisibility { get; set; }
Property Value
Declaration
public ObservableCollection<Brush> PolarStripeBrushes { get; }
Property Value
|
System.Collections.ObjectModel.ObservableCollection<Microsoft.UI.Xaml.Media.Brush>
|
Declaration
public ObservableCollection<Brush> RadialStripeBrushes { get; }
Property Value
|
System.Collections.ObjectModel.ObservableCollection<Microsoft.UI.Xaml.Media.Brush>
|
Methods
Declaration
protected override void OnAttached()
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Declaration
protected override void OnDetached(RadChartBase oldChart)
Parameters
Overrides
Extension Methods