Class ChartLine
Represents a line in the chart.
Inheritance
System.Object
ChartLine
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Model.Drawing.Shapes
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class ChartLine
Properties
Outline
Gets the outline properties of the line.
Declaration
public Outline Outline { get; }
Property Value
Outline
|
Methods
Clone()
Creates a deep copy of the object.
Declaration
public ChartLine Clone()
Returns
ChartLine
The deep copy of the object. |