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
ColumnCount
public int ColumnCount { get; set; }
Property Value
HorizontalLabelCount
public int HorizontalLabelCount { get; set; }
Property Value
HorizontalMaxValue
public float HorizontalMaxValue { get; set; }
Property Value
HorizontalMinValue
public float HorizontalMinValue { get; set; }
Property Value
HorizontalValueLabelsBrush
public Brush HorizontalValueLabelsBrush { get; set; }
Property Value
LeftSpace
public float LeftSpace { get; set; }
Property Value
LineBrush
public Brush LineBrush { get; set; }
Property Value
LineContainerWidget
public Widget LineContainerWidget { get; set; }
Property Value
NumberOfValueLabelDecimalPlaces
public int NumberOfValueLabelDecimalPlaces { get; set; }
Property Value
PlaneLineColor
public Color PlaneLineColor { get; set; }
Property Value
PlaneLineSprite
public Sprite PlaneLineSprite { get; set; }
Property Value
PlaneMarginRight
public float PlaneMarginRight { get; set; }
Property Value
PlaneMarginTop
public float PlaneMarginTop { get; set; }
Property Value
RightSpace
public float RightSpace { get; set; }
Property Value
RowCount
public int RowCount { get; set; }
Property Value
TopSpace
public float TopSpace { get; set; }
Property Value
VerticalLabelCount
public int VerticalLabelCount { get; set; }
Property Value
VerticalMaxValue
public float VerticalMaxValue { get; set; }
Property Value
VerticalMinValue
public float VerticalMinValue { get; set; }
Property Value
VerticalValueLabelsBrush
public Brush VerticalValueLabelsBrush { get; set; }
Property Value
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).