Class
LineViewModel

ViewModel class for line series in insert chart dialog.

Definition

Constructors

LineViewModel(List<ChartControlViewModel>)

Initializes a new instance of the LineViewModel.

Declaration

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

Parameters

chartControlViewModels

List<ChartControlViewModel>

Properties

CombineMode

Gets the series combine mode.

Declaration

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

Property Value

ChartSeriesCombineMode

Overrides ChartChildViewModel.CombineMode

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