| 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; }
<AddInLabelAttribute("Type")>
<AddInParameterAttribute("PresentationParameterEditor")>
<AddInParameterEditorAttribute(GetType(DropDownParameterEditor), "none=false;container=body")>
Public Overridable Property Presentation As String
Get
Set
Property Value
Type:
StringRemarks
This property is string representation of
ChartType with get
ChartType.ToString() and set using
Enum.TryParse.
See Also