Class
ChartViewRectanglePointMark

Represents the ChartViewRectanglePointMark class

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class ChartViewRectanglePointMark

Inheritance: objectChartViewRectanglePointMark

Constructors

ChartViewRectanglePointMark(Rectangle)

Represents the ChartViewRectanglePointMark class

Declaration

cs-api-definition
public ChartViewRectanglePointMark(Rectangle rectangle)

Parameters

rectangle

Rectangle

Properties

Height

Get the ChartViewRectanglePointMark height

Declaration

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

Property Value

double

Rectangle

Get and Set the Rectangle

Declaration

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

Property Value

Rectangle

RectanglePMColor

Get the ChartViewRectanglePointMark color

Declaration

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

Property Value

Color

Width

Get the ChartViewRectanglePointMark width

Declaration

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

Property Value

double