ActiveReports Developer 7
DataPoint Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : DataPoint Class

Glossary Item Box

The following tables list the members exposed by DataPoint.

Public Constructors

 NameDescription
Public ConstructorDataPoint ConstructorInitializes a new instance of the DataPoint class.  
Top

Public Properties

 NameDescription
Public PropertyAction

Gets or sets the action to execute.

 
Public PropertyDataElementName

Gets or sets the name to use for the data element for the data point.

 
Public PropertyDataElementOutput

Gets or sets a value defining how or whether a data point appears in a data rendering.

 
Public PropertyDataLabel

Gets or sets the data label with which to mark the value.

 
Public PropertyDataValues

Gets the data value set for the Y axis.

 
Public PropertyMarker

Gets or sets the marker properties.

 
Public PropertyStyle

Gets or sets the border and background style properties for the data point.

 
Top

Public Methods

 NameDescription
Public MethodValidateValidates the information in each property of the DataPoint object.  
Top

See Also