AxisRoundBaseAntiAliasing Property |
LightningChart .NET Help
Anti-aliased draw.
Drawing anti-aliased draws the axis with smooth edges, but will increase CPU/GPU overhead.
Namespace:
Arction.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool AntiAliasing { get; set; }<DefaultValueAttribute(true)>
Public Property AntiAliasing As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool AntiAliasing {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also