Class BitmapFill
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Bitmap fill.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class BitmapFill : ChartNode, IChartNode, IDisposable
- Inheritance
-
BitmapFill
- Implements
- Inherited Members
Constructors
BitmapFill()
Constructor for Form designer list editor.
public BitmapFill()
BitmapFill(IChartNode)
Constructor.
public BitmapFill(IChartNode owner)
Parameters
ownerIChartNodeparam owner M:LightningChartLib.WinForms.Charting.BitmapFill.#ctor(LightningChartLib.WinForms.Charting.IChartNode)
Properties
Image
Gets and sets image.
public Image Image { get; set; }
Property Value
ImageAlpha
Gets and sets image alpha. 0 is transparent, 255 fully visible.
public int ImageAlpha { get; set; }
Property Value
ImageTintColor
Gets and sets image tint color.
public Color ImageTintColor { get; set; }
Property Value
Layout
Gets and sets fill layout.
public BitmapFillLayout Layout { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
String