Table of Contents

Class EventMarkerFill

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

Fill class that can be applied to a rectangle.

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

Constructors

EventMarkerFill()

Constructor for Form editor.

public EventMarkerFill()

EventMarkerFill(IChartNode)

Constructor.

public EventMarkerFill(IChartNode owner)

Parameters

owner IChartNode

Parent.

Properties

Bitmap

Bitmap fill options.

public BitmapFill Bitmap { get; set; }

Property Value

BitmapFill

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.

public Direction GradientDirection { get; set; }

Property Value

Direction

GradientFill

Gradient type.

public GradientFill GradientFill { get; set; }

Property Value

GradientFill

Style

Fill style.

public RectFillStyle Style { get; set; }

Property Value

RectFillStyle

Methods

Construct()

Create members.

protected virtual void Construct()

CreateBitmapFill()

Create bitmap fill.

protected virtual void CreateBitmapFill()

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.