Skip to content

AxisMarkConfig

ClassChartGuruChartGuru
[Serializable]
public class AxisMarkConfig

Configuration for axis mark styling.

[NonSerialized]
public Color? TickColor

No description is available for this member.

Returns

System.Nullable{UnityEngine.Color} — No return description is available.

public float TickWidth

No description is available for this member.

Returns

System.Single — No return description is available.

[NonSerialized]
public StrokeStyle? TickStroke

No description is available for this member.

Returns

System.Nullable{ChartGuru.StrokeStyle} — No return description is available.

[NonSerialized]
public Color? GridLineColor

No description is available for this member.

Returns

System.Nullable{UnityEngine.Color} — No return description is available.

public float GridLineWidth

No description is available for this member.

Returns

System.Single — No return description is available.

[NonSerialized]
public StrokeStyle? GridLineStroke

No description is available for this member.

Returns

System.Nullable{ChartGuru.StrokeStyle} — No return description is available.

public bool CenteredLabels

No description is available for this member.

Returns

System.Boolean — No return description is available.

public AxisMarkPreset Preset

No description is available for this member.

Returns

ChartGuru.AxisMarkPreset — No return description is available.

public AxisMarkPosition Position

No description is available for this member.

Returns

ChartGuru.AxisMarkPosition — No return description is available.

public bool ShowLabels

No description is available for this member.

Returns

System.Boolean — No return description is available.

public bool ShowGridLines

No description is available for this member.

Returns

System.Boolean — No return description is available.

public bool ShowTicks

No description is available for this member.

Returns

System.Boolean — No return description is available.

[NonSerialized]
public AxisMarkValues Values

No description is available for this member.

Returns

ChartGuru.AxisMarkValues — No return description is available.

public AxisLabelAnchor LabelAnchor

No description is available for this member.

Returns

ChartGuru.AxisLabelAnchor — No return description is available.

public float TickLength

No description is available for this member.

Returns

System.Single — No return description is available.

[NonSerialized]
public HashSet<int> HiddenLabelIndices

No description is available for this member.

Returns

System.Collections.Generic.HashSet{System.Int32} — No return description is available.

[NonSerialized]
public HashSet<int> HiddenGridLineIndices

No description is available for this member.

Returns

System.Collections.Generic.HashSet{System.Int32} — No return description is available.

[NonSerialized]
public HashSet<int> HiddenTickIndices

No description is available for this member.

Returns

System.Collections.Generic.HashSet{System.Int32} — No return description is available.

[NonSerialized]
public Dictionary<int, string> LabelOverrides

No description is available for this member.

Returns

System.Collections.Generic.Dictionary{System.Int32,System.String} — No return description is available.

public void SyncToSerializable()

Call after populating NonSerialized fields to sync serializable backing.

public void SyncFromSerializable()

Restore NonSerialized fields from serialized backing after deserialization.

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.

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.

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.

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.

public AxisMarkConfig Clone()

No description is available for this member.

Returns

ChartGuru.AxisMarkConfig — No return description is available.