[]
        
(Showing Draft Content)

C1.Win.C1Chart.Style.Opaque

Opaque Property

Opaque

Gets or sets the opaqueness of the background.

Declaration
public bool Opaque { get; set; }
Remarks

If an object’s Opaque property is true, then the object’s background is brushed in the backcolor before the foreground is drawn. If an object’s Opaque property is false, the background is not brushed and only the object’s foreground is drawn.

See Also