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

Glossary Item Box

The following tables list the members exposed by DataPoint.

Public Constructors

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

Public Properties

 NameDescription
Public PropertyBackdropGets or sets the backdrop information for the DataPoint.  
Public PropertyBorderLineGets or sets the line information for the border line of the DataPoint.  
Public PropertyDisplayInLegendGets or sets a value indicating whether to display the data point in the legend.  
Public PropertyIsEmptyGets or sets a value indicating whether the DataPoint is empty.  
Public PropertyLegendTextGets or sets the text as string to display for the DataPoint in the legend.  
Public PropertyLineGets or sets the line information for the line of the DataPoint.  
Public PropertyMarkerGets or sets the marker information for the DataPoint.  
Public PropertyPropertiesGets or sets the custom properties for the DataPoint.  
Public PropertyTooltipGets or sets the tooltip text as string for the DataPoint.  
Public PropertyXValueGets or sets the X value for the DataPoint.  
Public PropertyYValuesGets or sets the Y values for the DataPoint.  
Top

Public Methods

 NameDescription
Public MethodCloneOverridden. Creates a clone of the DataPoint.  
Top

See Also