Chart

Generates a chart as an image from data provided in an XML Document.

Properties

SeriesData

Description: Input data series in XML format
Direction: Input
Type: Xml

ChartType

Description: List of available chart types
Direction: Input
Type: List
The type of chart to generate.

Area
Bar
BoxPlot
Bubble
Candlestick
Column
Doughnut
ErrorBar
FastLine
FastPoint
Funnel
Kagi
Line
Pie
PointAndFigure
Point
Polar
Pyramid
Radar
Range
RangeBar
RangeColumn
Renko
Spline
SplineArea
SplineRange
StackedArea
StackedArea100
StackedBar
StackedBar100
StackedColumn
StackedColumn100
StepLine
Stock
ThreeLineBreak

Width

Type: Int32
The width of the chart image in pixels.

Height

Type: Int32
The height of the chart image in pixels.

ImageType

Type: List
GifJpegPng
The type of image file to generate.

Image

Type: Xml
The generated image, returned as a byte array.

Remarks

Use this Node to easily generate a chart image from an XML dataset. The Node makes uses of the Microsoft Chart Control.

Examples

See Sample Workflow for an example.

This example emits the image below.