Class
Marker

Configures point markers for series, including symbol, size, fill, and outline.

Definition

Namespace:Telerik.Windows.Documents.Model.Drawing.Charts

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public class Marker

Inheritance: objectMarker

Constructors

Marker()

Create a new Marker with default size and outline.

Declaration

cs-api-definition
public Marker()

Properties

Fill

Gets or sets the interior fill applied to the marker.

Declaration

cs-api-definition
public Fill Fill { get; set; }

Property Value

Fill

Outline

Gets the outline used to stroke the marker’s border.

Declaration

cs-api-definition
public Outline Outline { get; }

Property Value

Outline

Size

Gets or sets the marker size in points; allowed values are 2 to 72.

Declaration

cs-api-definition
public byte Size { get; set; }

Property Value

byte

Symbol

Gets or sets the marker symbol shape used for data points.

Declaration

cs-api-definition
public MarkerStyle Symbol { get; set; }

Property Value

MarkerStyle

Methods

Clone()

Creates a deep copy of this marker and returns a new instance with copied style settings.

Declaration

cs-api-definition
public Marker Clone()

Returns

Marker

The deep copy of the object.