Class Marker
Represents a marker for the chart series.
Inheritance
System.Object
Marker
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.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class Marker
Constructors
Marker()
Properties
Fill
Outline
Size
Gets or sets the marker size. The alowed values are between 2 and 72.
Declaration
public byte Size { get; set; }
Property Value
System.Byte
|
Symbol
Gets or sets the marker symbol.
Declaration
public MarkerStyle Symbol { get; set; }
Property Value
MarkerStyle
|
Methods
Clone()
Creates a deep copy of the object.
Declaration
public Marker Clone()
Returns
Marker
The deep copy of the object. |