Class
ScatterSplineViewModel

ViewModel class for scatter spline series in insert chart dialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Charts

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class ScatterSplineViewModel : ScatterBaseViewModel, INotifyPropertyChanged, IDisposable

Inheritance: objectViewModelBaseChartTypeViewModelChartChildViewModelScatterBaseViewModelScatterSplineViewModel

Implements: IDisposableINotifyPropertyChanged

Inherited Members ChartChildViewModel.SelectedChartControlModelChartChildViewModel.CombineModeChartChildViewModel.ChartControlViewModelsChartChildViewModel.HasMarkersViewModelBase.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

ScatterSplineViewModel(List<ChartControlViewModel>)

Initializes a new instance of the ScatterSplineViewModel.

Declaration

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

Parameters

chartControlViewModels

List<ChartControlViewModel>

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

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

SeriesType

The Telerik.Windows.Controls.ChartView series type this view model is used for.

Declaration

cs-api-definition
public override Type SeriesType { get; }

Property Value

Type

Overrides ScatterBaseViewModel.SeriesType