# Set Graph Minimum X Visible

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

Set the minimum X data point value that is visible for a graph

# Arguments

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

Returns — void

native void DialogControlSetMinXVisible(
	int graph,
	playergroup players,
	fixed minXValue,
);

Category: Dialog / Dialog Item Values

# Examples

— None found —