SwimlaneTask Class
Definition
Represents a task in the swimlane chart.
public class SwimlaneTask
Constructors
| Name | Description |
|---|---|
| SwimlaneTask | Represents a task in the swimlane chart. |
SwimlaneTask Constructor
Represents a task in the swimlane chart.
public SwimlaneTask(string Name, double Start, double End, int ColorIndex)
Parameters
Name string
Start double
End double
ColorIndex int
Methods
| Name | Description |
|---|---|
| <Clone>$ | No summary available. |
| Deconstruct | No summary available. |
| Equals (2 overloads) | No summary available. |
| GetHashCode | No summary available. |
| ToString | No summary available. |
<Clone>$ Method
public Avalonia.Controls.Charts.SwimlaneTask <Clone>$()
Returns
Deconstruct Method
public void Deconstruct(string& Name, double& Start, double& End, int& ColorIndex)
Parameters
Name string&
Start double&
End double&
ColorIndex int&
Equals overloads
Equals Method
public bool Equals(Avalonia.Controls.Charts.SwimlaneTask other)
Parameters
other Avalonia.Controls.Charts.SwimlaneTask
Returns
bool
Equals Method
public bool Equals(object obj)
Parameters
obj object
Returns
bool
GetHashCode Method
public int GetHashCode()
Returns
int
ToString Method
public string ToString()
Returns
string
Properties
| Name | Description |
|---|---|
| Brush | Gets the explicit brush used to render the task, when provided by the bound data item. |
| ColorIndex | No summary available. |
| End | No summary available. |
| Name | No summary available. |
| Start | No summary available. |
Brush Property
Gets the explicit brush used to render the task, when provided by the bound data item.
public Avalonia.Media.IBrush Brush { get; set; }
ColorIndex Property
public int ColorIndex { get; set; }
End Property
public double End { get; set; }
Name Property
public string Name { get; set; }
Start Property
public double Start { get; set; }