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