Click or drag to resize

HighlightingItemBaseHighlight Property

LightningChart .NET Help
Gets or sets highlight style. Item can be highlighted by user interactive device or by code.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(Highlight.Simple)]
public Highlight Highlight { get; set; }

Property Value

Type: Highlight

Implements

IHighlightingItemHighlight
See Also