Table of Contents

Class GraphDataSet

Namespace
Dynamicweb.CoreUI.Displays.Widgets
Assembly
Dynamicweb.CoreUI.dll
public class GraphDataSet
Inheritance
GraphDataSet
Inherited Members

Properties

BorderColors

public IEnumerable<string>? BorderColors { get; set; }

Property Value

IEnumerable<string>

Colors

public IEnumerable<string>? Colors { get; set; }

Property Value

IEnumerable<string>

Cutout

public string? Cutout { get; set; }

Property Value

string

Data

public IEnumerable<double>? Data { get; set; }

Property Value

IEnumerable<double>

Labels

public IEnumerable<string> Labels { get; set; }

Property Value

IEnumerable<string>

Legends

public IEnumerable<string>? Legends { get; set; }

Property Value

IEnumerable<string>

MultiData

public IEnumerable<double[]>? MultiData { get; set; }

Property Value

IEnumerable<double[]>

Options

public Dictionary<string, object>? Options { get; set; }

Property Value

Dictionary<string, object>
To top