Header menu logo Plotly.NET

ChartDTO Type

ChartDTO 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

Config

Full Usage: Config

Field type: Config
Field type: Config

Data

Full Usage: Data

Field type: Trace list
Field type: Trace list

Layout

Full Usage: Layout

Field type: Layout
Field type: Layout

Static members

Static member Description

ChartDTO.create data layout config

Full Usage: ChartDTO.create data layout config

Parameters:
Returns: ChartDTO
data : Trace list
layout : Layout
config : Config
Returns: ChartDTO

Type something to start searching.