New to Telerik ReportingStart a free 30-day trial

PointMark's default dimensions

Definition

Constructors

C#
public DimensionsPointMarker()

Properties

Specifies margins of element

C#
[Browsable(false)]
[SkinnableProperty]
public override ChartMargins Margins { get; set; }

Overrides: Dimensions.Margins

Methods

Clone()

object

Clone this object.

C#
public override object Clone()
Returns:

object

New instance of DimensionsPointMarker class with the same fields as this object.

Overrides: Dimensions.Clone()