Skip to content

ChartBorderConfig

ClassChartGuruChartGuru
[Serializable]
public class ChartBorderConfig

Configuration for a border drawn around the entire chart area.

public Color BorderColor

Border stroke color.

Returns

UnityEngine.Color — No return description is available.

[Tooltip("Chart border stroke width in pixels. Set to 0 to disable.")]
[Range(0, 10)]
public float BorderWidth

Border stroke width in pixels. Set to 0 to disable the border.

Returns

System.Single — No return description is available.

[Tooltip("Corner radius for the outer chart border in pixels (0 = sharp corners).")]
[Range(0, 50)]
public float CornerRadius

Corner radius for a rounded chart border.

Returns

System.Single — No return description is available.