GUIGraphSeriesModel Class |
Namespace: Livit.Learn.Model.GUI
[SerializableAttribute] public class GUIGraphSeriesModel : BaseModel
The GUIGraphSeriesModel type exposes the following members.
Name | Description | |
---|---|---|
![]() | GUIGraphSeriesModel | Initializes a new instance of the GUIGraphSeriesModel class |
Name | Description | |
---|---|---|
![]() | Attached |
Defines an attached property.
(Inherited from BaseModel.) |
![]() | Comments |
(Development) Includes comments in the XML code.
(Inherited from BaseModel.) |
![]() ![]() | DataContext |
Contains a source of all bindings defined for element.
(Inherited from BaseModel.) |
![]() | DataSource |
Defines the Source of data that will be plotted.
|
![]() | ExternalXmlPath | (Inherited from BaseModel.) |
![]() | Id |
Defines a unique identifier for an element in the simulation.
(Inherited from BaseModel.) |
![]() | IsIdAutogenerated | (Inherited from BaseModel.) |
![]() | LineColor |
Defines the Color of Line for Type Line |
![]() | LineWidth |
Defines the width of Line for Type Line and ScatterPlot |
![]() | PointColor |
Defines the Color of Point for Type Line and ScatterPlot |
![]() | PointWidth |
Defines the size of Point for Type Line and ScatterPlot |
![]() | TemplateVersionId |
Contains a id of source template.
(Inherited from BaseModel.) |
![]() | Values |
Defines the X and Y Values either based on DataSource or not.
|
![]() | XmlComments |
(Development) Used as temporary storage for XML comments (like ) to keep them.
(Inherited from BaseModel.) |
Name | Description | |
---|---|---|
![]() | DeepCopy |
Creates an in-memory clone of this object using a BinaryFormatter to ensure all child properties are copied as well.
(Inherited from BaseModel.) |
![]() | ShallowCopy | (Inherited from BaseModel.) |
![]() | ToString |
Returns a string that represents the current object.
(Inherited from BaseModel.) |
![]() | UpdateModels |
This method will update this model and all its child models.
(Inherited from BaseModel.) |
<GraphSeries DataSource="{Binding Lookup.FakeContainer9.Contents, ElementId=Engine}" LineColor="Yellow" PointColor="Yellow" LineWidth="0.5" PointWidth="5"> <Values X="{Binding Viscosity}" Y="{Binding Amount}" /> </GraphSeries>