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

Contains options for controlling the rendering behavior of ChartSeries.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.Direct2D.dll

Syntax:

C#
public sealed class Direct2DRenderOptions : ChartRenderOptions

Inheritance: objectChartRenderOptionsDirect2DRenderOptions

Constructors

Initializes a new instance of the Direct2DRenderOptions class.

C#
public Direct2DRenderOptions()

Properties

AntialiasMode

AntialiasMode

Gets or sets the AntialiasMode enumeration value that determines how the edges of non-text primitives are rendered.

C#
public AntialiasMode AntialiasMode { get; set; }

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

C#
public DefaultVisualsRenderMode DefaultVisualsRenderMode { get; set; }

Methods

Determines if hardware device that supports Direct2D is available.

C#
public static bool IsHardwareDeviceAvailable()
Returns:

bool