Table of Contents

Class GraphWidget

Namespace
TaleWorlds.GauntletUI.ExtraWidgets.Graph
Assembly
TaleWorlds.GauntletUI.ExtraWidgets.dll
public class GraphWidget : Widget
Inheritance
GraphWidget
Inherited Members

Constructors

GraphWidget(UIContext)

public GraphWidget(UIContext context)

Parameters

context UIContext

Properties

BottomSpace

public float BottomSpace { get; set; }

Property Value

float

ColumnCount

public int ColumnCount { get; set; }

Property Value

int

HorizontalLabelCount

public int HorizontalLabelCount { get; set; }

Property Value

int

HorizontalMaxValue

public float HorizontalMaxValue { get; set; }

Property Value

float

HorizontalMinValue

public float HorizontalMinValue { get; set; }

Property Value

float

HorizontalValueLabelsBrush

public Brush HorizontalValueLabelsBrush { get; set; }

Property Value

Brush

LeftSpace

public float LeftSpace { get; set; }

Property Value

float

LineBrush

public Brush LineBrush { get; set; }

Property Value

Brush

LineContainerWidget

public Widget LineContainerWidget { get; set; }

Property Value

Widget

NumberOfValueLabelDecimalPlaces

public int NumberOfValueLabelDecimalPlaces { get; set; }

Property Value

int

PlaneLineColor

public Color PlaneLineColor { get; set; }

Property Value

Color

PlaneLineSprite

public Sprite PlaneLineSprite { get; set; }

Property Value

Sprite

PlaneMarginRight

public float PlaneMarginRight { get; set; }

Property Value

float

PlaneMarginTop

public float PlaneMarginTop { get; set; }

Property Value

float

RightSpace

public float RightSpace { get; set; }

Property Value

float

RowCount

public int RowCount { get; set; }

Property Value

int

TopSpace

public float TopSpace { get; set; }

Property Value

float

VerticalLabelCount

public int VerticalLabelCount { get; set; }

Property Value

int

VerticalMaxValue

public float VerticalMaxValue { get; set; }

Property Value

float

VerticalMinValue

public float VerticalMinValue { get; set; }

Property Value

float

VerticalValueLabelsBrush

public Brush VerticalValueLabelsBrush { get; set; }

Property Value

Brush

Methods

OnLateUpdate(float)

protected override void OnLateUpdate(float dt)

Parameters

dt float

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).