Class
ChartChildViewModel

Base view model class for different chart type models in insert chart dialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Charts

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

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

Inheritance: objectViewModelBaseChartTypeViewModelChartChildViewModel

Derived Classes: AreaViewModelClusteredBarViewModelClusteredColumnViewModelDoughnutViewModelLineViewModelPieViewModelScatterBaseViewModelStack100BarViewModelStack100ColumnViewModelStack100LineViewModelStacked100AreaViewModelStackedAreaViewModelStackedBarViewModelStackedColumnViewModelStackedLineViewModel

Implements: IDisposableINotifyPropertyChanged

Inherited Members ChartTypeViewModel.NameChartTypeViewModel.ImageRelativePathViewModelBase.VerifyPropertyName(string)ViewModelBase.InvokeOnUIThread(Action)ViewModelBase.Dispose()ViewModelBase.RaisePropertyChanged(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.Dispose(bool)ViewModelBase.PropertyChanged

Constructors

ChartChildViewModel(List<ChartControlViewModel>)

Initializes a new instance of the ChartChildViewModel.

Declaration

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

Parameters

chartControlViewModels

List<ChartControlViewModel>

Properties

ChartControlViewModels

Gets or sets the chart control view models.

Declaration

cs-api-definition
public List<ChartControlViewModel> ChartControlViewModels { get; }

Property Value

List<ChartControlViewModel>

CombineMode

Gets the series combine mode.

Declaration

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

Property Value

ChartSeriesCombineMode

HasMarkers

Gets or sets a value indicating whether the child chart will have markers.

Declaration

cs-api-definition
public bool HasMarkers { get; set; }

Property Value

bool

SelectedChartControlModel

Gets or sets the selected chart control view model.

Declaration

cs-api-definition
public ChartControlViewModel SelectedChartControlModel { get; set; }

Property Value

ChartControlViewModel