# Set Graph Maximum Y Visible

Grammar — Set the visible maxYValue on graph for players
FlagsNative | Action

Set the maximum Y data point value that is visible for a graph

# Arguments

  • int [ control ] — Graph
  • playergroup — Players
  • fixed — MaxYValue

Returns — void

native void DialogControlSetMaxYVisible(
	int graph,
	playergroup players,
	fixed maxYValue,
);

Category: Dialog / Dialog Item Values

# Examples

— None found —