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
Properties
ID
[DataSourceProperty]
public string ID { get; set; }
Property Value
Name
[DataSourceProperty]
public string Name { get; set; }
Property Value
Points
[DataSourceProperty]
public MBBindingList<GraphLinePointVM> Points { get; set; }
Property Value
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).