Class
ChartViewMarkedZone

Represents the ChartViewMarkedZone class

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class ChartViewMarkedZone

Inheritance: objectChartViewMarkedZone

Constructors

ChartViewMarkedZone(Rectangle)

Declaration

cs-api-definition
public ChartViewMarkedZone(Rectangle markedzone)

Parameters

markedzone

Rectangle

Properties

CanvasLeft

Get the MarkedZone CanvasLeft

Declaration

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

Property Value

double

CanvasTop

Get the MarkedZone CanvasTop

Declaration

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

Property Value

double

MarkedZone

Get and Set the markedzone

Declaration

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

Property Value

Rectangle

MarkedZoneFillColor

Get the MarkedZone Fill color

Declaration

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

Property Value

Color

MarkedZoneHeight

Get the markedzone height

Declaration

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

Property Value

double

MarkedZoneStrokeColor

Get the MarkedZone Stroke color

Declaration

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

Property Value

Color

MarkedZoneWidth

Get the MarkedZone width

Declaration

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

Property Value

double