Class SmithChartLegendItem
Class implementation for LegendItem.
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.SmithChart
Assembly: Syncfusion.SfSmithChart.UWP.dll
Syntax
public class SmithChartLegendItem : DependencyObject, INotifyPropertyChanged
Constructors
SmithChartLegendItem()
Declaration
public SmithChartLegendItem()
Fields
IconHeightProperty
The DependencyProperty for IconHeight property.
Declaration
public static readonly DependencyProperty IconHeightProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
IconWidthProperty
The DependencyProperty for IconWidth property.
Declaration
public static readonly DependencyProperty IconWidthProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
InteriorProperty
The DependencyProperty for Interior property.
Declaration
public static readonly DependencyProperty InteriorProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
IsSeriesVisibleProperty
The DependencyProperty for IsSeriesVisible property.
Declaration
public static readonly DependencyProperty IsSeriesVisibleProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ItemMarginProperty
The DependencyProperty for ItemMargin property.
Declaration
public static readonly DependencyProperty ItemMarginProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LabelProperty
The DependencyProperty for Label property.
Declaration
public static readonly DependencyProperty LabelProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
LegendIconTemplateProperty
The DependencyProperty for LegendIconTemplate property.
Declaration
public static readonly DependencyProperty LegendIconTemplateProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
OpacityProperty
The DependencyProperty for Opacity property.
Declaration
public static readonly DependencyProperty OpacityProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
VisibilityOnLegendProperty
The DependencyProperty for VisibilityOnLegend property.
Declaration
public static readonly DependencyProperty VisibilityOnLegendProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
IconHeight
Gets or sets height of the legend.
Declaration
public double IconHeight { get; set; }
Property Value
Type |
---|
System.Double |
IconWidth
Gets or sets width of the legend icon.
Declaration
public double IconWidth { get; set; }
Property Value
Type |
---|
System.Double |
Interior
Gets or sets interior for the legend item.
Declaration
public Brush Interior { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
IsSeriesVisible
Gets or sets a value indicating whether the series is visible.
Declaration
public bool IsSeriesVisible { get; set; }
Property Value
Type |
---|
System.Boolean |
ItemMargin
Gets or sets the margin for legend item.
Declaration
public Thickness ItemMargin { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Thickness |
Label
Gets or sets the legend item name.
Declaration
public string Label { get; set; }
Property Value
Type |
---|
System.String |
LegendIconTemplate
Gets or sets LegendIconTemplate property.
Declaration
public DataTemplate LegendIconTemplate { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.DataTemplate |
Opacity
Gets or sets the opacity factor applied to the legend item.
Declaration
public double Opacity { get; set; }
Property Value
Type |
---|
System.Double |
VisibilityOnLegend
Gets or sets visibility on legend property.
Declaration
public Visibility VisibilityOnLegend { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Visibility |
Events
PropertyChanged
Occurs when binding property values are changed.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |