Controls data highlighting.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
[BrowsableAttribute(true)] [TypeConverterAttribute(typeof(DataHighlightConverter))] [EditorBrowsableAttribute(EditorBrowsableState.Always)] public class DataHighlight : iNotifyChanges |
Visual Basic |
---|
<BrowsableAttribute(True)> _ <TypeConverterAttribute(GetType(DataHighlightConverter))> _ <EditorBrowsableAttribute(EditorBrowsableState.Always)> _ Public Class DataHighlight _ Implements iNotifyChanges |