Click or drag to resize

BitmapAntialiasOptions Fields

LightningChart .NET Help

The BitmapAntialiasOptions type exposes the following members.

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