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
ownerIChartNodeParent.
Properties
Bitmap
Bitmap fill options.
public BitmapFill Bitmap { get; set; }
Property Value
Color
Fill color.
public Color Color { get; set; }
Property Value
GradientColor
Gradient color.
public Color GradientColor { get; set; }
Property Value
GradientDirection
Gradient direction.
public Direction GradientDirection { get; set; }
Property Value
GradientFill
Gradient type.
public GradientFill GradientFill { get; set; }
Property Value
Style
Fill style.
public RectFillStyle Style { get; set; }
Property Value
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
disposingboolTrue if managed resources should be disposed, otherwise false.