Class
ChartViewPlotBand

Represents the ChartViewPlotBand class

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class ChartViewPlotBand

Inheritance: objectChartViewPlotBand

Constructors

ChartViewPlotBand(Rectangle)

Represents the ChartViewPlotBand class

Declaration

cs-api-definition
public ChartViewPlotBand(Rectangle plotband)

Parameters

plotband

Rectangle

Properties

CanvasLeft

Get the PlotBand CanvasLeft

Declaration

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

Property Value

double

CanvasTop

Get the PlotBand CanvasTop

Declaration

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

Property Value

double

PlotBand

Get and Set the plotband

Declaration

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

Property Value

Rectangle

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

PlotBandWidth

Get the PlotBand width

Declaration

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

Property Value

double

Visibility

Get the PlotBand visibility

Declaration

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

Property Value

Visibility