Table of Contents

Class Fill

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Fill class that can be applied to a rectangle

[TypeConverter(typeof(ExpandableObjectConverter))]
public class Fill : ChartNode, IChartNode, IDisposable
Inheritance
Fill
Implements
Inherited Members

Constructors

Fill()

Constructor for Fill.

public Fill()

Fill(IChartNode)

Constructor

public Fill(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

Bitmap

Bitmap fill options

public BitmapFill Bitmap { get; set; }

Property Value

BitmapFill

BitmapSmoothing

Bitmap texture filtering.

public BitmapSmoothing BitmapSmoothing { get; set; }

Property Value

BitmapSmoothing

Color

Fill color

public Color Color { get; set; }

Property Value

Color

GradientColor

Gradient color

public Color GradientColor { get; set; }

Property Value

Color

GradientDirection

Gradient direction in degrees, angle increases counterclockwise.

public double GradientDirection { get; set; }

Property Value

double

GradientFill

Gradient type

public GradientFill GradientFill { get; set; }

Property Value

GradientFill

Style

Fill style

public RectFillStyle Style { get; set; }

Property Value

RectFillStyle

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.