Click or drag to resize
ChartSeriesPointDataBoundEventArgs Class
Class containing event data for an ItemDataBound event
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Kettic.AspNet.Controls.ChartModelChartSeriesPointDataBoundEventArgs

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class ChartSeriesPointDataBoundEventArgs : EventArgs

The ChartSeriesPointDataBoundEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodChartSeriesPointDataBoundEventArgs
Class constructor
Top
Properties
  NameDescription
Public propertyChartSeries
Chart series
Public propertyDataItem
Real data source object for a chart.
Public propertySeriesPoint
Series item
Top
See Also