ClassScatterBubbleViewModel
Class
ViewModel class for scatter bubbele series in insert chart dialog.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Charts
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
cs-api-definition
public class ScatterBubbleViewModel : ScatterBaseViewModel, INotifyPropertyChanged, IDisposable
Inheritance: objectViewModelBaseChartTypeViewModelChartChildViewModelScatterBaseViewModelScatterBubbleViewModel
Implements:
Inherited Members
Constructors
ScatterBubbleViewModel(List<ChartControlViewModel>)
Initializes a new instance of the ScatterPointViewModel.
Declaration
cs-api-definition
public ScatterBubbleViewModel(List<ChartControlViewModel> chartControlViewModels)
Parameters
chartControlViewModels
Properties
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
Name
Gets or sets the name of the view model.
SeriesType
The ChartView series type this view model is used for.
Declaration
cs-api-definition
public override Type SeriesType { get; }
Property Value
Overrides