ClassStacked100AreaViewModel
Class
InsertChart dialog ViewModel class for 100% stacked area series.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Charts
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public class Stacked100AreaViewModel : ChartChildViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseChartTypeViewModelChartChildViewModelStacked100AreaViewModel
Implements:
Inherited Members
Constructors
Stacked100AreaViewModel(List<ChartControlViewModel>)
Initializes a new instance of the Stacked100AreaViewModel.
Declaration
cs-api-definition
public Stacked100AreaViewModel(List<ChartControlViewModel> chartControlViewModels)
Parameters
chartControlViewModels
Properties
CombineMode
Gets the series combine mode.
Declaration
cs-api-definition
public override ChartSeriesCombineMode CombineMode { get; }
Property Value
Overrides
ImageRelativePath
Gets or sets the path of the associated image for this model.
Declaration
cs-api-definition
public override string ImageRelativePath { get; }
Property Value
Overrides