Class HistoryEntryColumnState
Represents the state of a column in a history graph.
Inherited Members
Namespace: Algenta.Colectica.Commands.History
Assembly: Algenta.Colectica.ViewModel.dll
Syntax
public class HistoryEntryColumnState
Properties
HasDot
Indicates whether a dot should be displayed in a column graph.
Declaration
public bool HasDot { get; set; }
Property Value
Type | Description |
---|---|
bool |
HasDown
Indicates whether a line on the bottom should be displayed in a column graph.
Declaration
public bool HasDown { get; set; }
Property Value
Type | Description |
---|---|
bool |
HasLeft
Indicates whether a line on the left should be displayed in a column graph.
Declaration
public bool HasLeft { get; set; }
Property Value
Type | Description |
---|---|
bool |
HasRight
Indicates whether a line on the right should be displayed in a column graph.
Declaration
public bool HasRight { get; set; }
Property Value
Type | Description |
---|---|
bool |
HasUp
Indicates whether a line on the top should be displayed in a column graph.
Declaration
public bool HasUp { get; set; }
Property Value
Type | Description |
---|---|
bool |