Gets of sets the FillStyle object for the Normal curve.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public FillStyle FillStyle { get; set; }
Visual Basic
Public Property FillStyle As FillStyle
	Get
	Set

Remarks

The FillStyle property controls the appearance of the area under the Normal curve. The LineStyle property controls the appearance of the actual line drawn representing the Normal curve.

See Also