[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-02 UTC."],[[["\u003cp\u003e\u003ccode\u003ePointStyle\u003c/code\u003e enumeration controls the visual style of points in a line chart.\u003c/p\u003e\n"],["\u003cp\u003ePoint styles include \u003ccode\u003eNONE\u003c/code\u003e, \u003ccode\u003eTINY\u003c/code\u003e, \u003ccode\u003eMEDIUM\u003c/code\u003e, \u003ccode\u003eLARGE\u003c/code\u003e, and \u003ccode\u003eHUGE\u003c/code\u003e, ranging from no points to largest-sized points.\u003c/p\u003e\n"],["\u003cp\u003eTo use a specific point style, reference it using the format \u003ccode\u003eCharts.PointStyle.[Style]\u003c/code\u003e, like \u003ccode\u003eCharts.PointStyle.MEDIUM\u003c/code\u003e for medium-sized points.\u003c/p\u003e\n"]]],[],null,["PointStyle\n\nAn enumeration of the styles of points in a line.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nCharts.PointStyle.MEDIUM`. \n\nProperties\n\n| Property | Type | Description |\n|----------|--------|--------------------------------|\n| `NONE` | `Enum` | Do not display line points. |\n| `TINY` | `Enum` | Use tiny line points. |\n| `MEDIUM` | `Enum` | Use medium sized line points. |\n| `LARGE` | `Enum` | Use large sized line points. |\n| `HUGE` | `Enum` | Use largest sized line points. |"]]