Table of Contents

Class GraphLineVM

Namespace
TaleWorlds.Library.Graph
Assembly
TaleWorlds.Library.dll
public class GraphLineVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
GraphLineVM
Implements
Inherited Members

Constructors

GraphLineVM(string, string)

public GraphLineVM(string ID, string name)

Parameters

ID string
name string

Properties

ID

[DataSourceProperty]
public string ID { get; set; }

Property Value

string

Name

[DataSourceProperty]
public string Name { get; set; }

Property Value

string

Points

[DataSourceProperty]
public MBBindingList<GraphLinePointVM> Points { get; set; }

Property Value

MBBindingList<GraphLinePointVM>

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).