StackedLineViewModel
Class
ViewModel class for stacked line series.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Charts
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class StackedLineViewModel : ChartChildViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseChartTypeViewModelChartChildViewModelStackedLineViewModel
Implements:
Inherited Members
Constructors
Initializes a new instance of the StackedLineViewModel.
C#
public StackedLineViewModel(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: