GrapeCity ActiveReports for .NET 16.0J
DisplayInLegend プロパティ (DataPoint)
使用例 

GrapeCity.ActiveReports.Chart 名前空間 > DataPoint クラス : DisplayInLegend プロパティ
シンタックス
'宣言
 
Public Property DisplayInLegend As NullableBoolean
public NullableBoolean DisplayInLegend {get; set;}
使用例
private void detail_Format(object sender, EventArgs e)    
{    
   this.chartControl1.Series[1].Points[3].DisplayInLegend = true;    
}
Private Sub Detail1_Format(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Detail1.Format
   Me.ChartControl1.Series[1].Points[3].DisplayInLegend = True
End Sub
参照

DataPoint クラス
DataPoint メンバ