Click or drag to resize

BitmapAntialiasOptions Class

LightningChart .NET Help
Bitmap anti-aliasing options.
Inheritance Hierarchy
SystemObject
  Arction.Wpf.ChartingBitmapAntialiasOptions

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public class BitmapAntialiasOptions

The BitmapAntialiasOptions type exposes the following members.

Constructors
  NameDescription
Public methodBitmapAntialiasOptions
Constructor for Form designer list editor.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldActualPixelWeight
Put ActualPixelWeigth to higher value to make the actual pixel effect more (not much blurred). Use 1 to get high blur effect.
Public fieldBlurRadius
Use BlurRadius >= 1. With 1, blur takes current pixel and one pixel from all directions.
Public fieldResolutionDivider
Use ResolutionDivider to divide the output bitmap size. If you want every other and column to be in the output bitmap, put 2.
Top
See Also