'宣言 Public Property ForegroundDisplay As System.Boolean
'使用法 Dim instance As ChartNormalCurve Dim value As System.Boolean instance.ForegroundDisplay = value value = instance.ForegroundDisplay
public System.bool ForegroundDisplay {get; set;}
By default, the Normal (Gaussian) curve is displayed behind all charted data. Setting this to true specifies that the Normal curve should be drawn on top of the charted data.
'宣言 Public Property ForegroundDisplay As System.Boolean
'使用法 Dim instance As ChartNormalCurve Dim value As System.Boolean instance.ForegroundDisplay = value value = instance.ForegroundDisplay
public System.bool ForegroundDisplay {get; set;}