Click or drag to resize

AnnotationNibStyle Class

LightningChart .NET Help
Annotation nib style.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.AnnotationsAnnotationNibStyle

Namespace: LightningChartLib.UWP.ChartingMVVM.Annotations
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class AnnotationNibStyle : ChartNode

The AnnotationNibStyle type exposes the following members.

Constructors
 NameDescription
Public methodAnnotationNibStyle Constructor.
Public methodAnnotationNibStyle(IChartNode) Constructor.
Top
Properties
 NameDescription
Public propertyAlpha Gets or sets nib color alpha. This is a dependency property.
Public propertyColor Gets or sets nib color. This is a dependency property.
Public propertySizeFactor Gets or sets size factor. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
Public methodToString Converts class description to string.
Top
Events
 NameDescription
Public eventValueChangedInternallyEvent Value has changed internally by chart or by user manipulation of chart object.
(Inherited from ChartNode)
Top
Fields
 NameDescription
Public fieldStatic memberAlphaProperty Identifies the Alpha dependency property.
Public fieldStatic memberColorProperty Identifies the Color dependency property.
Public fieldStatic memberSizeFactorProperty Identifies the SizeFactor dependency property.
Top
See Also