GraphTests RenderGraphIncludingKey Method Delta Engine Documentation

Namespace: DeltaEngine.Rendering2D.Graphs.Tests
Assembly: DeltaEngine.Rendering2D.Graphs.Tests (in DeltaEngine.Rendering2D.Graphs.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void RenderGraphIncludingKey()
Examples

[Test, CloseAfterFirstFrame]
public void RenderGraphIncludingKey()
{
    graph.CreateLine("key", LineColor);
    graph.KeyVisibility = true;
    graph.RefreshKey();
    graph.KeyVisibility = true;
    graph.PercentileLabelsIsVisible = false;
    graph.PercentilesIsVisible = false;
    graph.Origin = graph.Origin;
    AdvanceTimeAndUpdateEntities();
}
See Also