New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

C#
public class ChartViewPolarPlotBand

Inheritance: objectChartViewPolarPlotBand

Constructors

C#
public ChartViewPolarPlotBand(Path plotband)
Parameters:plotbandPath

Properties

C#
public Path PlotBand { get; }
C#
public Color PlotBandFillColor { get; }
C#
public double PlotBandHeight { get; }
C#
public Color PlotBandStrokeColor { get; }
C#
public double PlotBandStrokeThickness { get; }
C#
public double PlotBandWidth { get; }
C#
public double PlotBandXValue { get; }
C#
public double PlotBandYValue { get; }
C#
public Visibility Visibility { get; }