PointShapeStyleBaseSHAPEBitmapAlphaLevel Property |
LightningChart .NET Help
Bitmap alpha level.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(int), "255")]
public int BitmapAlphaLevel { get; set; }<DefaultValueAttribute(GetType(Integer), "255")>
Public Property BitmapAlphaLevel As Integer
Get
Set
public:
[DefaultValueAttribute(typeof(int), L"255")]
property int BitmapAlphaLevel {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also