Class
ChartTypeViewModel

Base class for chart type view models for insert chart dialog.

Definition

Constructors

ChartTypeViewModel()

Declaration

cs-api-definition
public ChartTypeViewModel()

Properties

ImageRelativePath

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

Declaration

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

Property Value

string

Name

Gets or sets the name of the view model.

Declaration

cs-api-definition
public virtual string Name { get; set; }

Property Value

string