ClassTriangleScatterPoint
Class
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
Properties
Height
Get the TriangleScatterPoint height
Triangle
Get and Set the polygon
TriangleScatterPointColor
Get the TriangleScatterPoint color
TriangleScatterPointColorValue
Get the selected color RGB representation. Example: '255:0:0'.
Declaration
cs-api-definition
public string TriangleScatterPointColorValue { get; }
Property Value