An enumeration describing the supported output file formats for charts.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax Public Enumeration ChartFormat
public enum class ChartFormat
Members
| Member name | Value | Description |
---|
| HTML | 0 |
The chart will be created in HTML format.
|
| PDF | 1 |
The chart will be created in Adobe PDF format.
|
| BMP | 2 |
The chart will be created in BMP format.
|
| GIF | 6 |
The chart will be created in GIF (Graphics Interchange) format.
|
| JPG | 7 |
The chart will be created in JPG (JPEG) format.
|
| PNG | 8 |
The chart will be created in PNG (Portable Network Graphics) format.
|
See Also