Class Direct2DRenderOptions
Contains options for controlling the rendering behavior of ChartSeries.
Inherited Members
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.Direct2D.dll
Syntax
public sealed class Direct2DRenderOptions : ChartRenderOptions
Constructors
Direct2DRenderOptions()
Initializes a new instance of the Direct2DRenderOptions class.
Declaration
public Direct2DRenderOptions()
Properties
AntialiasMode
Gets or sets the SharpDX.Direct2D1.AntialiasMode enumeration value that determines how the edges of non-text primitives are rendered.
Declaration
public AntialiasMode AntialiasMode { get; set; }
Property Value
SharpDX.Direct2D1.AntialiasMode
|
DefaultVisualsRenderMode
Gets or sets a value indicating how to create default visuals.
Declaration
public DefaultVisualsRenderMode DefaultVisualsRenderMode { get; set; }
Property Value
DefaultVisualsRenderMode
|
Methods
IsHardwareDeviceAvailable()
Determines if hardware device that supports Direct2D is available.
Declaration
public static bool IsHardwareDeviceAvailable()
Returns
System.Boolean
|