ViewModel class for stacked 100% line series.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Charts
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class Stack100LineViewModel : ChartChildViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseChartTypeViewModelChartChildViewModelStack100LineViewModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the Stack100LineViewModel.
C#
public Stack100LineViewModel(List<ChartControlViewModel> chartControlViewModels)
Properties
Gets the series combine mode.
C#
public override ChartSeriesCombineMode CombineMode { get; }
Overrides:
Gets or sets the path of the associated image for this model.
C#
public override string ImageRelativePath { get; }
Overrides: