Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set position label radar chart. in Swift . #770

Closed
aomboy30 opened this issue Feb 23, 2016 · 6 comments
Closed

How to set position label radar chart. in Swift . #770

aomboy30 opened this issue Feb 23, 2016 · 6 comments

Comments

@aomboy30
Copy link

No description provided.

@liuxuan30
Copy link
Member

please be more specific

@aomboy30
Copy link
Author

EX: ChartLegend *l = _chartView.legend;
l.position = ChartLegendPositionRightOfChart;

error ChartLegendPositionRightOfChart no class in swift

@liuxuan30
Copy link
Member

@objc
public enum ChartLegendPosition: Int
{
    case RightOfChart
    case RightOfChartCenter
    case RightOfChartInside
    case LeftOfChart
    case LeftOfChartCenter
    case LeftOfChartInside
    case BelowChartLeft
    case BelowChartRight
    case BelowChartCenter
    case AboveChartLeft
    case AboveChartRight
    case AboveChartCenter
    case PiechartCenter
}

it's there.

@aomboy30
Copy link
Author

aomboy30 commented Mar 4, 2016

Thank you for helping me.

@aomboy30
Copy link
Author

aomboy30 commented Mar 4, 2016

screen shot 2559-03-04 at 11 13 59 pm

Can you help me.
How to add check box follow image ?

@liuxuan30
Copy link
Member

that's something beyond this project. A checkbox can be implemented in many ways. StackOverflow is the better place to ask.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants