Click or drag to resize

LegendBoxItemTitle Class

LightningChart .NET Help
LegendBox item title.
Inheritance Hierarchy
DependencyObject
  LightningChartLib.UWP.ChartingMVVMChartNode
    LightningChartLib.UWP.ChartingMVVM.TitlesLegendBoxItemTitle

Namespace: LightningChartLib.UWP.ChartingMVVM.Titles
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 LegendBoxItemTitle : ChartNode

The LegendBoxItemTitle type exposes the following members.

Constructors
 NameDescription
Public methodLegendBoxItemTitle Constructor.
Public methodLegendBoxItemTitle(IChartNode) 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 propertyText Gets or sets title text. This is a dependency property.
Top
Methods
 NameDescription
Public methodDispose Release all resources used by this instance.
(Inherited from ChartNode)
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 memberTextProperty Identifies the Text dependency property.
Top
See Also