Header menu logo Plotly.NET

Figure Type

Figure is a domain transfer object that can be used to serialize a Chart to JSON. It is used internally and for most use cases should not be used directly. Use `GenericChart.toJson` to create a JSON string of a Chart containing the data, layout and config of the GenericChart, or `GenericChart.toFigureJson` for json objects with the data, layout, and an empty frame array.

Record fields

Record Field Description

Data

Full Usage: Data

Field type: Trace list
Field type: Trace list

Frames

Full Usage: Frames

Field type: Frame list
Field type: Frame list

Layout

Full Usage: Layout

Field type: Layout
Field type: Layout

Static members

Static member Description

Figure.create data layout

Full Usage: Figure.create data layout

Parameters:
Returns: Figure
data : Trace list
layout : Layout
Returns: Figure

Type something to start searching.