Table of Contents

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

owner IChartNode

Parent.

Properties

Alpha

Nib color alpha.

public int Alpha { get; set; }

Property Value

int

Color

Nib color.

public Color Color { get; set; }

Property Value

Color

SizeFactor

Size factor.

public double SizeFactor { get; set; }

Property Value

double

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()

Converts class description to string.

public override string ToString()

Returns

string

Class description as a string.