Class
ChartViewPolarPlotBand

Represents the ChartViewPolarPlotBand class

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class ChartViewPolarPlotBand

Inheritance: objectChartViewPolarPlotBand

Constructors

ChartViewPolarPlotBand(Path)

Represents the ChartViewPolarPlotBand class

Declaration

cs-api-definition
public ChartViewPolarPlotBand(Path plotband)

Parameters

plotband

Path

Properties

PlotBand

Get and Set the plotband

Declaration

cs-api-definition
public Path PlotBand { get; }

Property Value

Path

PlotBandFillColor

Get the PlotBand Fill color

Declaration

cs-api-definition
public Color PlotBandFillColor { get; }

Property Value

Color

PlotBandHeight

Get the PlotBand height

Declaration

cs-api-definition
public double PlotBandHeight { get; }

Property Value

double

PlotBandStrokeColor

Get the PlotBand Stroke color

Declaration

cs-api-definition
public Color PlotBandStrokeColor { get; }

Property Value

Color

PlotBandStrokeThickness

Get the plotband StrokeThickness

Declaration

cs-api-definition
public double PlotBandStrokeThickness { get; }

Property Value

double

PlotBandWidth

Get the PlotBand width

Declaration

cs-api-definition
public double PlotBandWidth { get; }

Property Value

double

PlotBandXValue

Get the PlotBand XValue

Declaration

cs-api-definition
public double PlotBandXValue { get; }

Property Value

double

PlotBandYValue

Get the PlotBand YValue

Declaration

cs-api-definition
public double PlotBandYValue { get; }

Property Value

double

Visibility

Get the PlotBand visibility

Declaration

cs-api-definition
public Visibility Visibility { get; }

Property Value

Visibility