Class
ScatterChartViewModel

Base ViewModel class for scatter series types in InserChart Dialog.

Definition

Namespace:Telerik.WinForms.Controls.Spreadsheet.Charts

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public class ScatterChartViewModel : ChartTypeBaseViewModel, INotifyPropertyChanged, IDisposable

Inheritance: objectViewModelBaseChartTypeViewModelChartTypeBaseViewModelScatterChartViewModel

Implements: IDisposableINotifyPropertyChanged

Inherited Members ChartTypeBaseViewModel.SelectedChildModelViewModelBase.VerifyPropertyName(string)ViewModelBase.Dispose()ViewModelBase.OnPropertyChanged(string)ViewModelBase.Dispose(bool)ViewModelBase.PropertyChanged

Constructors

ScatterChartViewModel(List<ChartControlViewModel>, List<ChartControlViewModel>)

Initializes a new instance of the ScatterChartViewModel.

Declaration

cs-api-definition
public ScatterChartViewModel(List<ChartControlViewModel> scatterChartViewModels, List<ChartControlViewModel> bubbleChartViewModels)

Parameters

scatterChartViewModels

List<ChartControlViewModel>

bubbleChartViewModels

List<ChartControlViewModel>

Properties

ChildTypes

Child chart view models.

Declaration

cs-api-definition
public override IList<ChartChildViewModel> ChildTypes { get; }

Property Value

IList<ChartChildViewModel>

Overrides ChartTypeBaseViewModel.ChildTypes

ImageRelativePath

Gets or sets the path of the associated image for this model.

Declaration

cs-api-definition
public override string ImageRelativePath { get; }

Property Value

string

Overrides ChartTypeViewModel.ImageRelativePath

Name

Gets or sets the name of the view model.

Declaration

cs-api-definition
public override string Name { get; }

Property Value

string

Overrides ChartTypeViewModel.Name