Click or drag to resize

BitmapFillImageAlpha Property

LightningChart .NET Help
Gets and sets image alpha. 0 is transparent, 255 fully visible.

Namespace:  Arction.Wpf.Charting
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(int), "255")]
public int ImageAlpha { get; set; }

Property Value

Type: Int32
See Also