Enum PageOrientation
Specifies the orientation of a PDF page for the SfChartWizard component.
Namespace: Syncfusion.Blazor.ChartWizard
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PageOrientation
Remarks
This enumeration controls how the chart is laid out when exported to PDF.
- Portrait - Specifies that the PDF page is oriented vertically.
- Landscape - Specifies that the PDF page is oriented horizontally.
Fields
| Name | Description |
|---|---|
| Landscape | Specifies that the PDF page is oriented horizontally. |
| Portrait | Specifies that the PDF page is oriented vertically. |