Show / Hide Table of Contents

Class HistoryEntryColumnState

Represents the state of a column in a history graph.

Inheritance
object
HistoryEntryColumnState
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
In this article
Back to top Generated by DocFX