Interface IAxesFactory

    • Method Detail

      • createXAxis

        Axis createXAxis()
        Creates the primary x axis for the XYGraph
        Returns:
        The primary x axis for the XYGraph, should not be null
      • createYAxis

        Axis createYAxis()
        Creates the primary y axis for the XYGraph
        Returns:
        The primary y axis for the XYGraph, should not be null