Class
StackedAreaViewModel

InsertChart dialog ViewModel class for stacked area series.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Charts

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class StackedAreaViewModel : ChartChildViewModel, INotifyPropertyChanged, IDisposable

Inheritance: objectViewModelBaseChartTypeViewModelChartChildViewModelStackedAreaViewModel

Implements: IDisposableINotifyPropertyChanged

Inherited Members ChartChildViewModel.SelectedChartControlModelChartChildViewModel.ChartControlViewModelsChartChildViewModel.HasMarkersViewModelBase.VerifyPropertyName(string)ViewModelBase.UpdateValue<T>(ref T, T, string)ViewModelBase.InvokeOnUIThread(Action)ViewModelBase.Dispose()ViewModelBase.RaisePropertyChanged(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.Dispose(bool)ViewModelBase.PropertyChanged

Constructors

StackedAreaViewModel(List<ChartControlViewModel>)

Initializes a new instance of the StackedAreaViewModel.

Declaration

cs-api-definition
public StackedAreaViewModel(List<ChartControlViewModel> chartControlViewModels)

Parameters

chartControlViewModels

List<ChartControlViewModel>

Properties

CombineMode

Gets the series combine mode.

Declaration

cs-api-definition
public override ChartSeriesCombineMode CombineMode { get; }

Property Value

ChartSeriesCombineMode

Overrides ChartChildViewModel.CombineMode

ImageRelativePath

Gets or sets the path of the associated image for this model.

Declaration

cs-api-definition
public override string ImageRelativePath { get; }

Property Value

string

Overrides ChartTypeViewModel.ImageRelativePath

Name

Gets or sets the name of the view model.

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

Overrides ChartTypeViewModel.Name