Click or drag to resize

AnnotationTextStyle Class

LightningChart .NET Help
Annotation text style.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.AnnotationsAnnotationTextStyle

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 AnnotationTextStyle : ChartNode

The AnnotationTextStyle type exposes the following members.

Constructors
 NameDescription
Public methodAnnotationTextStyle Constructor for Form designer list editor.
Public methodAnnotationTextStyle(AnnotationBase) Constructor.
Top
Properties
 NameDescription
Public propertyColor Gets or sets color. This is a dependency property.
Public propertyFont Gets or sets title font. This is a dependency property.
Public propertyHorizAlign Gets or sets horizontal alignment. This is a dependency property.
Public propertyMultiLineTextHorizontalAlign Multi-line text horizontal alignment.
Public propertyShadow Gets or sets shadow below the text. This is a dependency property.
Public propertyVerticalAlign Gets or sets vertical alignment. This is a dependency property.
Public propertyVisible Gets or sets text visibility. 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 memberColorProperty Identifies the Color dependency property.
Public fieldStatic memberFontProperty Identifies the Font dependency property.
Public fieldStatic memberHorizAlignProperty Identifies the HorizAlign dependency property.
Public fieldStatic memberMultiLineTextHorizontalAlignProperty Identifies the MultiLineTextHorizontalAlign dependency property.
Public fieldStatic memberShadowProperty Identifies the Shadow dependency property.
Public fieldStatic memberVerticalAlignProperty Identifies the VerticalAlign dependency property.
Public fieldStatic memberVisibleProperty Identifies the Visible dependency property.
Top
See Also