FUIChartPlotView

open class FUIChartPlotView : FUIDrawingView, FUIAxisTitleComponent, ChartObserver

Plot content view of Chart Floorplan, and related components.

Usage

let view = FUIChartPlotView()
view.valuesAxisTitle.text = "Salesperson"
view.categoryAxisTitle.text = "Sum of Sales ($)"
view.chartView.categoryAxis.labelLayoutStyle = .range
view.chartView.dataSource = self

Theming

Supported class paths:

fdlFUIChartPlotView_valuesAxisTitle {}
fdlFUIChartPlotView_categoryAxisTitle {}

Supported properties:

font-color: Color;
font-style: UIFontTextStyle;
text-line-clamp: Integer;
text-align: NSTextAlignment;