Class
TriangleScatterPoint

Represents the TriangleScatterPoint class

Definition

Namespace:Telerik.WebAii.Controls.Xaml.Wpf

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

Syntax:

cs-api-definition
public class TriangleScatterPoint

Inheritance: objectTriangleScatterPoint

Constructors

TriangleScatterPoint(Polygon)

Represents the TriangleScatterPoint class

Declaration

cs-api-definition
public TriangleScatterPoint(Polygon triangle)

Parameters

triangle

Polygon

Properties

Height

Get the TriangleScatterPoint height

Declaration

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

Property Value

double

Triangle

Get and Set the polygon

Declaration

cs-api-definition
public Polygon Triangle { get; }

Property Value

Polygon

TriangleScatterPointColor

Get the TriangleScatterPoint color

Declaration

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

Property Value

Color

TriangleScatterPointColorValue

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

Declaration

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

Property Value

string

Width

Get the TriangleScatterPoint width

Declaration

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

Property Value

double