Class
ChartViewConcentricCurves

Represents the ChartViewConcentricCurves class

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public class ChartViewConcentricCurves

Inheritance: objectChartViewConcentricCurves

Constructors

ChartViewConcentricCurves(Ellipse)

Represents the ChartViewConcentricCurves class

Declaration

cs-api-definition
public ChartViewConcentricCurves(Ellipse curve)

Parameters

curve

Ellipse

Properties

CanvasLeft

Get the curve CanvasLeft

Declaration

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

Property Value

double

CanvasTop

Get the curve CanvasTop

Declaration

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

Property Value

double

Curve

Get and Set the Curve

Declaration

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

Property Value

Ellipse

CurveColor

Get the curve color

Declaration

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

Property Value

Color

CurveColorValue

Get the selected color RGB representation. Example: '255:0:0'.

Declaration

cs-api-definition
public string CurveColorValue { get; }

Property Value

string

CurveHeight

Get the curve height

Declaration

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

Property Value

double

CurveStrokeThickness

Get the curve stroke thickness

Declaration

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

Property Value

double

CurveWidth

Get the curve width

Declaration

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

Property Value

double