Click or drag to resize

InsightWidgetBase Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Dashboards.Widgets
Assembly:  Dynamicweb.Dashboards (in Dynamicweb.Dashboards.dll) Version: 2.9.4
Syntax
[AddInIconAttribute(KnownIcon.Assignment)]
[AddInUseParameterGroupingAttribute(true)]
[AddInUseParameterOrderingAttribute(true)]
public abstract class InsightWidgetBase : ChartWidget, 
	IDropDownOptionActions, IDropDownOptions, IAdditionalContent

The InsightWidgetBase type exposes the following members.

Constructors
  NameDescription
Public methodInsightWidgetBase
Initializes a new instance of the InsightWidgetBase class
Top
Properties
  NameDescription
Public propertyChartType
Gets or sets chart presentation type
(Inherited from ChartWidget.)
Public propertyColor (Overrides ChartWidgetColor.)
Public propertyColumns (Overrides DashboardWidgetColumns.)
Public propertyComparisonEnable
Public propertyComparisonPeriod
Public propertyCreatedDate
Gets the created date and time.
(Inherited from DashboardWidget.)
Protected propertyCssClass
Gets or sets css class
(Inherited from ChartWidget.)
Public propertyDatePeriod
Public propertyDatePeriodCustomEnd
Public propertyDatePeriodCustomStart
Public propertyElement
The to be shown
(Inherited from DashboardElementWidget.)
Public propertyId
Gets widget Id
(Inherited from DashboardWidget.)
Protected propertyInstantFetch
Gets or sets value indicating whether data should be fetch to widget instantly, otherwise - using ajax
(Inherited from ChartWidget.)
Public propertyModifiedDate
Gets the last modified date and time.
(Inherited from DashboardWidget.)
Public propertyOrder
Gets or sets widget order
(Inherited from DashboardWidget.)
Public propertyPresentation (Overrides ChartWidgetPresentation.)
Public propertyShowTitle
Gets or sets value indicating whether to show widget title.
(Inherited from DashboardWidget.)
Public propertyTitle (Overrides DashboardWidgetTitle.)
Public propertyTitleAction
Gets or sets widget title action
(Inherited from DashboardWidget.)
Public propertyWebsite
Top
Methods
Fields
See Also