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
ownerIChartNodeParent.
Properties
Bitmap
Bitmap fill options
public BitmapFill Bitmap { get; set; }
Property Value
BitmapSmoothing
Bitmap texture filtering.
public BitmapSmoothing BitmapSmoothing { 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 in degrees, angle increases counterclockwise.
public double 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
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.