Skip to content

LineLayoutParams

StructChartGuruChartGuru
public struct LineLayoutParams

Layout parameters for line/area charts.

public float SidePadding

Side padding for the plot area.

Returns

System.Single

public float TopPadding

Top padding for the plot area.

Returns

System.Single

public float AvailableWidth

Available width after padding.

Returns

System.Single

public float AvailableHeight

Available height after padding.

Returns

System.Single

public float YMin

Minimum Y value in the data.

Returns

System.Single

public float YMax

Maximum Y value in the data.

Returns

System.Single

public float YRange

Range of Y values.

Returns

System.Single