'宣言
Public Property DisplayInLegend As NullableBoolean
public NullableBoolean DisplayInLegend {get; set;}
'宣言
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