Interface IChartLineModel

All Superinterfaces:
IEditableModel, IModel, IValidable, IValue<ChartLine>
All Known Subinterfaces:
INullableChartLineModel
All Known Implementing Classes:
BmChartLineModel, BmNullableChartLineModel, EmfChartLineModel, EmfNullableChartLineModel

public interface IChartLineModel extends IValue<ChartLine>, IEditableModel
The model for chart line component.
  • Method Details

    • getLineTypeModel

      IValue<ChartLineType> getLineTypeModel()
      Returns the model of the planner line type.
      Returns:
      the model of the planner line type.
    • set

      void set(ChartLineType newType)
      Sets the new line type.
      Parameters:
      newType - the new line type.