Class Appearance
Interaction logic for Appearance.xaml
Implements
System.Windows.Markup.IComponentConnector
  Inherited Members
Namespace: Syncfusion.Windows.Chart.Olap
Assembly: Syncfusion.OlapChart.WPF.dll
Syntax
public class Appearance : ChromelessWindow, IComponentConnectorConstructors
Appearance(ChartAppearanceSettings)
Initializes a new instance of the Appearance class.
Declaration
public Appearance(ChartAppearanceSettings m_chartAppearance)Parameters
| Type | Name | Description | 
|---|---|---|
| ChartAppearanceSettings | m_chartAppearance | The m_chart appearance. | 
Properties
ChartAppearance
Gets or sets the chart appearance.
Declaration
public ChartAppearanceSettings ChartAppearance { get; set; }Property Value
| Type | Description | 
|---|---|
| ChartAppearanceSettings | The chart appearance. | 
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()OnPropertyChanged(DependencyPropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this object has been updated.
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | e | The event data that contains the dependency property identifier of interest, the property meta data for the type, and old and new values. | 
Overrides
Implements
      System.Windows.Markup.IComponentConnector