The DataPoint element defines a set of data for a single point in the chart. There must be a corresponding DataPoint for each static category in a static series. A DataPoint may consist of a single value expression (for example in a bar or line chart) or multiple value expressions (for example in a stock or bubble chart).
Object Model
Syntax
Visual Basic (Declaration) | |
---|
Public NotInheritable Class DataPoint |
C# | |
---|
public sealed class DataPoint |
Inheritance Hierarchy
System.Object
GrapeCity.ActiveReports.PageReportModel.DataPoint
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also