You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to have a vertical (y-)offset for the legend for the PieChart? I have it top-left aligned and I wanted to add some spacing from the top, is it possible?
The text was updated successfully, but these errors were encountered:
/// The offset this component has on the x-axis
/// **default**: 5.0
openvarxOffset=CGFloat(5.0)
/// The offset this component has on the x-axis
/// **default**: 5.0 (or 0.0 on ChartYAxis)
openvaryOffset=CGFloat(5.0)
This is found in ComponentBase, and legend honors it.
Can you try?
Is there a way to have a vertical (y-)offset for the legend for the PieChart? I have it top-left aligned and I wanted to add some spacing from the top, is it possible?
The text was updated successfully, but these errors were encountered: