AxisMarkConfig
[Serializable]public class AxisMarkConfigConfiguration for axis mark styling.
Fields
Section titled “Fields”
TickColor
Section titled “TickColor”[NonSerialized]public Color? TickColorNo description is available for this member.
Returns
System.Nullable{UnityEngine.Color} — No return description is available.
TickWidth
Section titled “TickWidth”public float TickWidthNo description is available for this member.
Returns
System.Single — No return description is available.
TickStroke
Section titled “TickStroke”[NonSerialized]public StrokeStyle? TickStrokeNo description is available for this member.
Returns
System.Nullable{ChartGuru.StrokeStyle} — No return description is available.
GridLineColor
Section titled “GridLineColor”[NonSerialized]public Color? GridLineColorNo description is available for this member.
Returns
System.Nullable{UnityEngine.Color} — No return description is available.
GridLineWidth
Section titled “GridLineWidth”public float GridLineWidthNo description is available for this member.
Returns
System.Single — No return description is available.
GridLineStroke
Section titled “GridLineStroke”[NonSerialized]public StrokeStyle? GridLineStrokeNo description is available for this member.
Returns
System.Nullable{ChartGuru.StrokeStyle} — No return description is available.
CenteredLabels
Section titled “CenteredLabels”public bool CenteredLabelsNo description is available for this member.
Returns
System.Boolean — No return description is available.
Preset
Section titled “Preset”public AxisMarkPreset PresetNo description is available for this member.
Returns
ChartGuru.AxisMarkPreset — No return description is available.
Position
Section titled “Position”public AxisMarkPosition PositionNo description is available for this member.
Returns
ChartGuru.AxisMarkPosition — No return description is available.
ShowLabels
Section titled “ShowLabels”public bool ShowLabelsNo description is available for this member.
Returns
System.Boolean — No return description is available.
ShowGridLines
Section titled “ShowGridLines”public bool ShowGridLinesNo description is available for this member.
Returns
System.Boolean — No return description is available.
ShowTicks
Section titled “ShowTicks”public bool ShowTicksNo description is available for this member.
Returns
System.Boolean — No return description is available.
Values
Section titled “Values”[NonSerialized]public AxisMarkValues ValuesNo description is available for this member.
Returns
ChartGuru.AxisMarkValues — No return description is available.
LabelAnchor
Section titled “LabelAnchor”public AxisLabelAnchor LabelAnchorNo description is available for this member.
Returns
ChartGuru.AxisLabelAnchor — No return description is available.
TickLength
Section titled “TickLength”public float TickLengthNo description is available for this member.
Returns
System.Single — No return description is available.
HiddenLabelIndices
Section titled “HiddenLabelIndices”[NonSerialized]public HashSet<int> HiddenLabelIndicesNo description is available for this member.
Returns
System.Collections.Generic.HashSet{System.Int32} — No return description is available.
HiddenGridLineIndices
Section titled “HiddenGridLineIndices”[NonSerialized]public HashSet<int> HiddenGridLineIndicesNo description is available for this member.
Returns
System.Collections.Generic.HashSet{System.Int32} — No return description is available.
HiddenTickIndices
Section titled “HiddenTickIndices”[NonSerialized]public HashSet<int> HiddenTickIndicesNo description is available for this member.
Returns
System.Collections.Generic.HashSet{System.Int32} — No return description is available.
LabelOverrides
Section titled “LabelOverrides”[NonSerialized]public Dictionary<int, string> LabelOverridesNo description is available for this member.
Returns
System.Collections.Generic.Dictionary{System.Int32,System.String} — No return description is available.
Methods
Section titled “Methods”
SyncToSerializable()
Section titled “SyncToSerializable()”public void SyncToSerializable()Call after populating NonSerialized fields to sync serializable backing.
SyncFromSerializable()
Section titled “SyncFromSerializable()”public void SyncFromSerializable()Restore NonSerialized fields from serialized backing after deserialization.
IsLabelVisibleAtIndex(int)
Section titled “IsLabelVisibleAtIndex(int)”public bool IsLabelVisibleAtIndex(int index)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
index |
System.Int32 |
Returns
System.Boolean — No return description is available.
IsGridLineVisibleAtIndex(int)
Section titled “IsGridLineVisibleAtIndex(int)”public bool IsGridLineVisibleAtIndex(int index)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
index |
System.Int32 |
Returns
System.Boolean — No return description is available.
IsTickVisibleAtIndex(int)
Section titled “IsTickVisibleAtIndex(int)”public bool IsTickVisibleAtIndex(int index)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
index |
System.Int32 |
Returns
System.Boolean — No return description is available.
GetLabelTextAtIndex(int, string)
Section titled “GetLabelTextAtIndex(int, string)”public string GetLabelTextAtIndex(int index, string defaultText)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
index |
System.Int32 | |
defaultText |
System.String |
Returns
System.String — No return description is available.
Clone()
Section titled “Clone()”public AxisMarkConfig Clone()No description is available for this member.
Returns
ChartGuru.AxisMarkConfig — No return description is available.