Gets or sets the fill alpha value (transparency).

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

Syntax

C#
[DefaultValueAttribute(255)]
[RefreshPropertiesAttribute(RefreshProperties.All)]
[XmlAttributeAttribute]
public byte Alpha { get; set; }
Visual Basic
<DefaultValueAttribute(255)> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<XmlAttributeAttribute> _
Public Property Alpha As Byte
	Get
	Set

See Also