PointShapeStyleBaseSHAPEAntialiasing Property |
LightningChart .NET Help
Anti-aliased point.
Drawing anti-aliased draws the point with smooth edges, but will increase CPU/GPU overhead.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.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