[]
Represents properties that help define the appearance of the normal curve for the Histogram chart.
public class ChartNormalCurve : ChartObject, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
FillStyle | Gets the object controlling the appearance of the area under the Normal curve. |
ForegroundDisplay | Gets or sets a value indicating whether the Normal (Gaussian) curve is displayed on top of the chart data display. 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. |
LineStyle | Gets the object controlling the appearance of the line representing the Normal curve. |
UseAntiAlias | Gets or sets a value indicating whether the Normal curve is drawn using anti-aliasing. By default, the normal curve is drawn using anti-aliasing methods. Setting this to false overrides this behavior. |
Visible | Gets or sets a value indicating whether the Normal curve is drawn. |
Name | Description |
---|---|
AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |