Class GraphDataSet
- Namespace
- Dynamicweb.CoreUI.Displays.Widgets
- Assembly
- Dynamicweb.CoreUI.dll
public class GraphDataSet
- Inheritance
-
GraphDataSet
- Inherited Members
-
Properties
public IEnumerable<string>? BorderColors { get; set; }
Property Value
- IEnumerable<string>
public IEnumerable<string>? Colors { get; set; }
Property Value
- IEnumerable<string>
public string? Cutout { get; set; }
Property Value
- string
public IEnumerable<double>? Data { get; set; }
Property Value
- IEnumerable<double>
public IEnumerable<string> Labels { get; set; }
Property Value
- IEnumerable<string>
public IEnumerable<string>? Legends { get; set; }
Property Value
- IEnumerable<string>
public IEnumerable<double[]>? MultiData { get; set; }
Property Value
- IEnumerable<double[]>
public Dictionary<string, object>? Options { get; set; }
Property Value
- Dictionary<string, object>