RenderOptionsCommonLineAAType2D Property |
LightningChart .NET Help
Anti-aliasing type of single pixel width anti-aliased lines. 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
Namespace:
Arction.WinForms.Charting.Views
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(LineAntiAliasingType.ALAA)]
public LineAntiAliasingType LineAAType2D { get; set; }<DefaultValueAttribute(LineAntiAliasingType.ALAA)>
Public Property LineAAType2D As LineAntiAliasingType
Get
Set
public:
[DefaultValueAttribute(LineAntiAliasingType::ALAA)]
property LineAntiAliasingType LineAAType2D {
LineAntiAliasingType get ();
void set (LineAntiAliasingType value);
}Property Value
Type:
LineAntiAliasingType
See Also