The graph category settings are slightly different for 2D and 3D charts.
2d Graph Categories
- Is Bezier Curve makes the category a curve , otherwise it is linear
- Segments Per Curve is the smoothing amount for the curve , the higher the value the smoother the curve. The lower the value the less vertices and better performance
- Line Hover Prefab is the hover prefab used when the mouse hovers over a line. Set to none to disable the hover effect for lines. see Hover Prefabs
- Point Hover Prefab is the hover prefab used when the mouse hovers over a point. Set to none to disable the hover effect for points. see Hover Prefabs
- Material is the material of the category line. set to none to disable lines
- Line tiling is the material tiling of the category line.
- Inner Fill is the material used for the fill part of the graph , set to none to disable fill
- Line thickness is the thickness of the category line
- Stretch Fill makes the fill material stretch along the y axis , otherwise it is clamped
- Point Material is the material used for the category points , set to none to disable points
- Point Size is the size of the point for this category
3d Graph Categories
- Is Bezier Curve makes the category a curve , otherwise it is linear
- Segments Per Curve is the smoothing amount for the curve , the higher the value the smoother the curve. The lower the value the less vertices and better performance
- Depth is the depth of the category within the graph chart.
- Line Prefab is the prefab used for the category lines. See Prefabs/3D/Graph
- Material is the material of the category line. set to none to disable lines
- Line tiling is the material tiling of the category line.
- Fill Prefab is the prefab used for the fill part of the category. see Prefabs/3D/Graph
- Inner Fill is the material used for the fill part of the graph , set to none to disable fill
- Line thickness is the thickness of the category line
- Stretch Fill makes the fill material stretch along the y axis , otherwise it is clamped
- Dot Prefab is the prefab used for the category points. see Prefabs/3D/Graph
- Point Material is the material used for the category points , set to none to disable points
- Point Size is the size of the point for this category