Enum PDFExport.CurvesInterpolationEnum
The enum of curves interpolation
Namespace: FastReport.Export.Pdf
Assembly: FastReport.dll
Syntax
public enum CurvesInterpolationEnum : int
Fields
| Name | Description |
|---|---|
| Curves | Export as curves, without interpolation |
| P002 | Two points |
| P004 | Four points |
| P008 | Eight points |
| P016 | Sixteen points |