Class
ChartViewEllipsePointMark

Represents the ChartViewEllipsePointMark class

Definition

Namespace:Telerik.WebAii.Controls.Xaml.Wpf

Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll

Syntax:

cs-api-definition
public class ChartViewEllipsePointMark

Inheritance: objectChartViewEllipsePointMark

Constructors

ChartViewEllipsePointMark(Ellipse)

Represents the ChartViewEllipsePointMark class

Declaration

cs-api-definition
public ChartViewEllipsePointMark(Ellipse ellipse)

Parameters

ellipse

Ellipse

Properties

Ellipse

Get and Set the Ellipse

Declaration

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

Property Value

Ellipse

EllipsePMColor

Get the ChartViewEllipsePointMark color

Declaration

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

Property Value

Color

Height

Get the ChartViewEllipsePointMark height

Declaration

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

Property Value

double

Width

Get the ChartViewEllipsePointMark width

Declaration

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

Property Value

double