Click or drag to resize

ChartDrawEventArgs Class

Provides event information when chart is about to be rendered.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dynamicweb.Controls.ChartsChartDrawEventArgs

Namespace:  Dynamicweb.Controls.Charts
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class ChartDrawEventArgs : EventArgs

The ChartDrawEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodChartDrawEventArgs(Chart)
Initializes a new instance of an object.
Public methodChartDrawEventArgs(DataTable)
Initializes a new instance of an object.
Public methodChartDrawEventArgs(Chart, DataQuery)
Initializes a new instance of an object.
Public methodChartDrawEventArgs(DataTable, DataQuery)
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyAnnotations
Gets the dictionary containing optional data/query annotations to be sent to the client.
Public propertyData
Gets the data to be populated on the chart.
Public propertyQuery
Gets the data query.
Top
Remarks