Click or drag to resize

ChartWidgetPresentation Property

Gets or sets chart presentation

Namespace:  Dynamicweb.Dashboards.Widgets
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
[AddInLabelAttribute("Type")]
[AddInParameterAttribute("PresentationParameterEditor")]
[AddInParameterEditorAttribute(typeof(DropDownParameterEditor), "none=false;container=body")]
public virtual string Presentation { get; set; }

Property Value

Type: String
Remarks
This property is string representation of ChartType with get ChartType.ToString() and set using Enum.TryParse.
See Also