Class
ScatterBubbleViewModel

ViewModel class for scatter bubbele series in insert chart dialog.

Definition

Constructors

ScatterBubbleViewModel(List<ChartControlViewModel>)

Initializes a new instance of the ScatterPointViewModel.

Declaration

cs-api-definition
public ScatterBubbleViewModel(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 ChartView series type this view model is used for.

Declaration

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

Property Value

Type

Overrides ScatterBaseViewModel.SeriesType