RenderOptionsCommon Class |
Namespace: Arction.Wpf.ChartingMVVM.Views
The RenderOptionsCommon type exposes the following members.
| Name | Description | |
|---|---|---|
| RenderOptionsCommon |
Simple constructor for Form designer's list editor.
| |
| RenderOptionsCommon(IChartNode) |
Constructor.
|
| Name | Description | |
|---|---|---|
| AntiAliasLevel |
Anti-aliasing factor. 0 and 1 = No anti-aliasing. This is a dependency property.
The larger the value, the smoother the image will be, but at steep cost of performance on some display adapters.
Only objects having Normal will be anti-aliased.
Note that with DX11 thicker (triangle) lines cannot be rendered without anti-aliasing unless this property's value is set to be lower than 1. | |
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
| D2DEnabled |
Determines if the D2D system is used or not. Text rendering does not work on DX11 without D2D. This is intended only as Debug measure at this time, and the property will be removed later.
| |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
| DeviceType |
Gets or sets rendering device type. This is a dependency property.
| |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
| FontsQuality |
Gets or sets fonts rendering quality. This is a dependency property.
| |
| ForceDeviceCreateOnResize |
Gets or sets if force device create on control resize. Some virtual machine environment require this to be set to true. This is a dependency property.
| |
| FrameRateLimit |
Maximum frames to present in second.
This is a dependency property | |
| GPUPreference |
Gets or sets GPU preference setting. This is a dependency property.
| |
| HeadlessMode |
Defines if the LightningChart expects to have a graphical interface or not.
This allows the LC to be used in the background, without connections to interface.
This has effect on multiple different things. For instance device type selection will cause
the engine to change instantly on selection, not when LC is connected to visual tree.
| |
| InvokeRenderingInUIThread |
Gets or sets if use thread safe updates to force the control draw itself though Invoke. This is a dependency property.
Enabling this may cause slower updates, and should not be used in applications running without auxiliary threads updating the chart data or properties.
Alternatively, you can use Invoke method of your parent form or control.
You should always update the chart data from by Invoking in application side.
| |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) | |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
| LineAAType2D |
Anti-aliasing type of single pixel width anti-aliased lines for 2D Views. Applicable only on DX11 and when
AntiAliasLevel is above 1.
Lines thicker than 1 pixel are rendered using triangles, and use triangle drawing AA system.
ALAA option produces generally best looking line and is faster than QLAA. There is some problems with ALAA
with Warp though.
Note that on DX11, the usage of alpha-line anti-aliasing can be also controlled through IsMultisampleEnabled | |
| LineAAType3D |
Anti-aliasing type of single pixel width anti-aliased lines for 3D Views. Applicable only on DX11 and when
AntiAliasLevel is above 1.
Lines thicker than 1 pixel are rendered using triangles, and use triangle drawing AA system.
ALAA option produces generally best looking line and is faster than QLAA. There is some problems with ALAA
with Warp though.
Note that on DX11, the usage of quadrilateral-line anti-aliasing can be also controlled through IsMultisampleEnabled | |
| LineOffset |
Debug Line offset of the DX11 line drawing.
LightningChart internally uses coordinate system where the coordinate
points to the center of the pixel. Meaning that screen coordinate (0,0)
is at the center of the top-left pixel. In DX9 this is the same. In DX11
the point (0,0) is at the top-left corner of the top-left pixel, and the
center of the pixel is at point (0.5, 0.5).
The points are moved by this offset in DX11 engine, so that the chart can
use the same coordinate system with all engines. The default value of
(0.5, 0.5) is the "correct" one, but it can be modified by this property.
| |
| RemoteDesktopVendorId |
Gets or sets RemoteDeskTop graphics card id. This is a dependency property.
| |
| UpdateOnResize |
Gets or sets if update chart always when resizing control. This is a dependency property.
| |
| UpdateOnResizeTimeInterval |
Gets or sets chart update interval (ms) after resizing ends, if UpdateAlwaysOnResize is false. This is a dependency property.
| |
| UpdateType | [Missing <summary> documentation for "P:Arction.Wpf.ChartingMVVM.Views.RenderOptionsCommon.UpdateType"] | |
| WaitForVSync |
Gets or sets if wait for next refresh, V-Sync. This is a dependency property.
If the computer is fast enough, disabling this can give higher refresh rate than the screen refresh rate is.
By disabling this, rendering does not wait next screen refresh turn.
| |
| ViewXY |
Gets or sets rendering options for ViewXY. This is a dependency property.
|
| Name | Description | |
|---|---|---|
| ClearValue(DependencyProperty) | Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. (Inherited from DependencyObject.) | |
| ClearValue(DependencyPropertyKey) | Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. (Inherited from DependencyObject.) | |
| Clone | Creates a modifiable clone of the Freezable, making deep copies of the object's values. When copying the object's dependency properties, this method copies expressions (which might no longer resolve) but not animations or their current values. (Inherited from Freezable.) | |
| CloneCurrentValue | Creates a modifiable clone (deep copy) of the Freezable using its current values. (Inherited from Freezable.) | |
| CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. (Inherited from DependencyObject.) | |
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether a provided DependencyObject is equivalent to the current DependencyObject. (Inherited from DependencyObject.) | |
| Freeze | Makes the current object unmodifiable and sets its IsFrozen property to true. (Inherited from Freezable.) | |
| GetAsFrozen | Creates a frozen copy of the Freezable, using base (non-animated) property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from Freezable.) | |
| GetCurrentValueAsFrozen | Creates a frozen copy of the Freezable using current property values. Because the copy is frozen, any frozen sub-objects are copied by reference. (Inherited from Freezable.) | |
| GetHashCode | Gets a hash code for this DependencyObject. (Inherited from DependencyObject.) | |
| GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject. (Inherited from DependencyObject.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue | Returns the current effective value of a dependency property on this instance of a DependencyObject. (Inherited from DependencyObject.) | |
| InvalidateProperty | Re-evaluates the effective value for the specified dependency property (Inherited from DependencyObject.) | |
| ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from DependencyObject.) | |
| SetCurrentValue | Sets the value of a dependency property without changing its value source. (Inherited from DependencyObject.) | |
| SetValue(DependencyProperty, Object) | Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from DependencyObject.) | |
| SetValue(DependencyPropertyKey, Object) | Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. (Inherited from DependencyObject.) | |
| ToString |
Convert class description to string.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| Changed | Occurs when the Freezable or an object it contains is modified. (Inherited from Freezable.) |
| Name | Description | |
|---|---|---|
| AntiAliasLevelProperty |
Identifies the AntiAliasLevel dependency property.
| |
| DeviceTypeProperty |
Identifies the DeviceType dependency property.
| |
| FontsQualityProperty |
Identifies the FontQuality dependency property.
| |
| ForceDeviceCreateOnResizeProperty |
Identifies the ForceDeviceCreateOnResize dependency property.
| |
| FrameRateLimitProperty |
Identifies the FrameRateLimit property.
| |
| GPUPreferenceProperty |
Identifies the GPUPreference dependency property.
| |
| HeadlessModeProperty |
Identifies the HeadlessMode property.
| |
| InvokeRenderingInUIThreadProperty |
Identifies the InvokeRenderingInUIThread dependency property.
| |
| LineAAType2DProperty |
Identifies the LineAAType dependency property for 2D views.
| |
| LineAAType3DProperty |
Identifies the LineAAType dependency property for 3D views.
| |
| LineOffsetProperty |
Identifies the LineOffset dependency property.
| |
| RemoteDesktopVendorIdProperty |
Identifies the RemoteDesktopVendorId dependency property.
| |
| UpdateOnResizeProperty |
Identifies the UpdateOnResize dependency property.
| |
| UpdateOnResizeTimeIntervalProperty |
Identifies the UpdateOnResizeTimeInterval dependency property.
| |
| UpdateTypeProperty |
Identifies the ChartUpdateStyle property.
| |
| WaitForVSyncProperty |
Identifies the WaitForVSync dependency property.
| |
| ViewXYProperty |
Identifies the ViewXY dependency property.
|