Interface IGanttChartRowPropertyOwner

All Known Implementing Classes:
GanttPolylineVisualSet, GanttVisualSet, SlotsVisualSet, TriangleMarkerVisualSet

public interface IGanttChartRowPropertyOwner
Interface of GanttChartRow property owners. Provides a set of methods corresponding to it. Used for visuals that are drawn on separate GanttChartRow of the TimeGanttChart.
Author:
Aleksey Kirillov
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the reference to the GanttChartRow row on which the visuals will be drawn
  • Method Details

    • getGanttChartRow

      GanttChartRow getGanttChartRow()
      Returns the reference to the GanttChartRow row on which the visuals will be drawn
      Returns:
      the reference to the GanttChartRow row on which the visuals will be drawn