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