Skip to main content

SwimlaneTask Class

Definition

Assembly:Avalonia.Controls.Charts
Package:Avalonia.Controls.Charts

Represents a task in the swimlane chart.

public class SwimlaneTask

Inheritance: object -> SwimlaneTask

Implements: IEquatable<SwimlaneTask>

Constructors

NameDescription
SwimlaneTaskRepresents 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

NameDescription
<Clone>$No summary available.
DeconstructNo summary available.
Equals (2 overloads)No summary available.
GetHashCodeNo summary available.
ToStringNo summary available.

<Clone>$ Method

public Avalonia.Controls.Charts.SwimlaneTask <Clone>$()

Returns

Avalonia.Controls.Charts.SwimlaneTask

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

NameDescription
BrushGets the explicit brush used to render the task, when provided by the bound data item.
ColorIndexNo summary available.
EndNo summary available.
NameNo summary available.
StartNo 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; }