New to Telerik UI for WPFStart a free 30-day trial

Contains options for controlling the rendering behavior of ChartSeries when using Full.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public sealed class XamlRenderOptions : ChartRenderOptions

Inheritance: objectChartRenderOptionsXamlRenderOptions

Constructors

Initializes a new instance of the XamlRenderOptions class.

C#
public XamlRenderOptions()

Properties

Gets or sets a value indicating how to create default visuals.

C#
public DefaultVisualsRenderMode DefaultVisualsRenderMode { get; set; }

EdgeMode

EdgeMode

Gets or sets the EdgeMode enumeration value for a non-text primitive that determines how its edges are rendered.

C#
public EdgeMode EdgeMode { get; set; }

Gets or sets a value indicating what Geometry to create for continuous series.

C#
public XamlGeometryType GeometryType { get; set; }