[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartNormalCurve

ChartNormalCurve Class

Represents properties that help define the appearance of the normal curve for the Histogram chart.

Inheritance
ChartNormalCurve
Implements
IC1Serializable
Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.8.dll
Syntax
public class ChartNormalCurve : ChartObject, INotifyPropertyChanged, IC1Serializable

Properties

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.

Methods

Name Description
AssignFrom(ChartObject)

For internal use only. Assigns (copies) properties from another ChartObject to the current object.