Click or drag to resize

ChartFormat Enumeration

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.242.0.0 (8.242.0.0)
Syntax
public enum ChartFormat
Members
  Member nameValueDescription
HTML0 The chart will be created in HTML format.
PDF1 The chart will be created in Adobe PDF format.
BMP2 The chart will be created in BMP format.
GIF6 The chart will be created in GIF (Graphics Interchange) format.
JPG7 The chart will be created in JPG (JPEG) format.
PNG8 The chart will be created in PNG (Portable Network Graphics) format.
See Also