Class ChartLine
Models a line element used by chart visuals such as axes, gridlines, or series strokes.
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 used to render the line’s stroke.
Declaration
public Outline Outline { get; }
Property Value
|
Outline
|
Methods
Clone()
Creates a deep copy of this line and returns a new instance with copied outline settings.
Declaration
public ChartLine Clone()
Returns
|
ChartLine
The deep copy of the object. |