GrapeCity.ActiveReports.Chart.v9 Assembly > GrapeCity.ActiveReports.Chart Namespace > DataPoint Class > DataPoint Constructor : DataPoint Constructor(Object,DoubleArray,Boolean,Boolean,String) |
Specifies the text as string to display for the DataPoint in the legend.
'Declaration Public Function New( _ ByVal xValue As System.Object, _ ByVal yValues As DoubleArray, _ ByVal isEmpty As System.Boolean, _ ByVal displayInLegend As System.Boolean, _ ByVal legendText As System.String _ )
public DataPoint( System.object xValue, DoubleArray yValues, System.bool isEmpty, System.bool displayInLegend, System.string legendText )
Specifies the text as string to display for the DataPoint in the legend.