GraphConfig

Namespace: WellFired.Profile.ProfileProcessor.Visual

Description

Public Properties

float ScaleX
float ScaleY
float OriginY
float MarkerXInterval
float MarkerYInterval
string XLabel
string YLabel

Breakdown

  • float ScaleX

    Description

    Number of seconds that should be displayed on the X axis.

  • float ScaleY

    Description

    Number of unity that should be displayed on the Y axis. Starting from 0.

  • float OriginY

    Description

    The value on Y axes at the graph origin. To visualize values between 450 and 400 you would set ScaleY to 50, and OriginY to 450.

  • float MarkerXInterval

    Description

    Distance in second between each vertical lines on the X axis.

  • float MarkerYInterval

    Description

    Distance between each horizontal lines on the Y axis.

  • string XLabel

    Description

    Label displayed under the X axis (ex : Time (sec)).

  • string YLabel

    Description

    Label displayed on the left of the Y axis (ex : Framerate (FPS))