Class AnnotationNibStyle
- Namespace
- LightningChartLib.WinForms.Charting.Annotations
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Annotation nib style.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class AnnotationNibStyle : ChartNode, IDisposable, IChartNode
- Inheritance
-
AnnotationNibStyle
- Implements
- Inherited Members
Constructors
AnnotationNibStyle()
Constructor.
public AnnotationNibStyle()
AnnotationNibStyle(IChartNode)
Constructor.
public AnnotationNibStyle(IChartNode owner)
Parameters
ownerIChartNodeParent.
Properties
Alpha
Nib color alpha.
public int Alpha { get; set; }
Property Value
Color
Nib color.
public Color Color { get; set; }
Property Value
SizeFactor
Size factor.
public double SizeFactor { 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()
Converts class description to string.
public override string ToString()
Returns
- string
Class description as a string.