[]
Contains all properties that help define the appearance of the normal curve for the Histogram chart.
[Browsable(true)]
[TypeConverter(typeof(c1ChartTypeConverter))]
public class NormalCurve
Name | Description |
---|---|
FillStyle | Gets of sets the FillStyle object for the Normal curve. |
ForegroundDisplay | Gets or sets whether the Normal (Gaussian) curve is displayed on top of the chart data display. |
LineStyle | Gets of sets the ChartLineStyle object for the Normal curve. |
UseAntiAlias | Gets or sets whether the Normal curve is drawn using anti-aliasing. |
Visible | Gets or sets whether the Normal curve is drawn. |