Click or drag to resize

Chart Properties

The Chart type exposes the following members.

Properties
  NameDescription
Public propertyAutoDraw
Gets or sets value indicating whether to automatically request chart data asynchronously if no data has been initially provided.
Public propertyChartType
Gets or sets the chart type.
Public propertyClientInstanceName
Gets the name of the Javascript variable that refers to a client-side Chart object instance.
Public propertyClientScriptBlock
If server page header or clientscript not available (like in Module Paragraph settings). You could add JS of the AjaxControl in your page manually.
(Inherited from AjaxControl.)
Public propertyData
Gets or sets the initial data to be displayed in the chart.
Public propertyEnableLegacyRendering
Gets or sets value indicating whether to enable legacy rendering.
(Inherited from AjaxControl.)
Public propertyEngine
Gets or sets the target chart engine.
Public propertyEventArgument
Gets the current event argument.
(Inherited from AjaxControl.)
Public propertyEventTarget
Gets the current event target.
(Inherited from AjaxControl.)
Public propertyHeight
Gets or sets chart height.
Public propertyIsCompatibleRendering
Gets or sets value indicating whether maximum device compatibility must be used when rendering a chart.
Public propertyIsPostBack
Gets value indicating whether HTTP form is being posted to the server.
(Inherited from AjaxControl.)
Public propertyIsProcessingEvents
Gets value indicating whether control is currently processing events.
(Inherited from AjaxControl.)
Public propertyIsTextualResponse
Gets or sets value indicating whether to dispatch a textual response rather than JavaScript object.
(Inherited from AjaxControl.)
Public propertyOnClientReady
Gets or sets the client-side function that is executed when chart is ready.
Public propertyOptions
Gets custom chart options.
Public propertyTitle
Gets or sets chart title.
Public propertyType Obsolete.
Public propertyTypeManager
Gets the type manager for this chart.
Public propertyWidth
Gets or sets chart width.
Top
See Also