Table of Contents

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

owner IChartNode
param owner M:LightningChartLib.WinForms.Charting.BitmapFill.#ctor(LightningChartLib.WinForms.Charting.IChartNode)

Properties

Image

Gets and sets image.

public Image Image { get; set; }

Property Value

Image

ImageAlpha

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

public int ImageAlpha { get; set; }

Property Value

int

ImageTintColor

Gets and sets image tint color.

public Color ImageTintColor { get; set; }

Property Value

Color

Layout

Gets and sets fill layout.

public BitmapFillLayout Layout { get; set; }

Property Value

BitmapFillLayout

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true if managed resources should be disposed, otherwise false.

ToString()

Convert class description to string.

public override string ToString()

Returns

string

String