Skip to content

ChartLayoutConstants.ChartPadding

StructChartGuruChartGuru
public struct ChartLayoutConstants.ChartPadding

Represents padding values for a chart’s plot area.

public float SidePadding

Returns

System.Single

public float TopPadding

Returns

System.Single

public float BottomPadding

Returns

System.Single

public ChartPadding(float side, float top, float bottom)

Creates plot-area padding in pixels, using one shared value for the left and right sides.

Parameters

Name Type
side System.Single
top System.Single
bottom System.Single