FUIChartPointAttributes
public class FUIChartPointAttributes
Attributes for the different points presented in a chart. Data indicators, selection adornments and line caps.
Currently used internally for Chart.pointAdornment and FUIChartSeries.points.
Internal properties: diameter, strokeColor and lineWidth.
-
Indicates if the point is hidden or visible.
Declaration
Swift
public var isHidden: Bool { get set } -
Diameter of the point.
Declaration
Swift
public var diameter: Double { get set } -
Allowed gap between dots before they run into eachother and are hidden.
Declaration
Swift
public var gap: Double { get set }