Appending, inserting, removing data in DataSeries.
remarks
used internally.
DpiChange
DpiChange: = "DpiChange"
Browser zoom change.
remarks
used internally.
EngineInitEnd
EngineInitEnd: = "EngineInitEnd"
WASM engine fetching and initialization end.
remarks
used internally.
EngineInitStart
EngineInitStart: = "EngineInitStart"
WASM engine fetching and initialization start.
remarks
used internally.
FullStateRendered
FullStateRendered: = "FullStateRendered"
Chart rendered.
description
Represents a chart being rendered to a complete state.
In this state the surface is NOT invalidated.
Next render will happen after invalidation is triggered.
remarks
used internally.
InitializationEnd
InitializationEnd: = "InitializationEnd"
A surface creation end.
remarks
used internally
InitializationStart
InitializationStart: = "InitializationStart"
A surface creation start.
remarks
used internally
Invalidate
Invalidate: = "Invalidate"
Subsequent surface invalidation.
description
The subsequent surface invalidation shouldn't affect rerender
since it is enough to have a single invalidate call (LeadingInvalidate)
But it may be used to see the time and number of updates occurring.
remarks
used internally.
LeadingInvalidate
LeadingInvalidate: = "LeadingInvalidate"
First surface invalidation in a sequence.
description
Surface invalidation is triggered implicitly on data or property changes.
Invalidating a surface means that it should rerender.
Multiple calls of SciChartSurfaceBase.invalidateElement are batched based on the timing.
remarks
used internally
RenderEnd
RenderEnd: = "RenderEnd"
Chart rendering end.
remarks
used internally.
RenderStart
RenderStart: = "RenderStart"
Chart rendering start.
remarks
used internally.
Rendered
Rendered: = "Rendered"
Chart rendered.
description
Represents a chart being rendered to an in between state that will be followed by another render.
(In some rare cases it could mean that the resulting image may be ito be incomplete incorrect, outdated,
or require another render iteration to make related calculations.)
In this state the surface is invalidated, thus another render call is expected to follow.
remarks
used internally.
Resize
Resize: = "Resize"
Chart element resizing.
remarks
used internally.
SetupEnd
SetupEnd: = "SetupEnd"
Chart initialization.
remarks
used internally in chartBuilder.
Otherwise, it is supposed to be used explicitly after the surface is created.
SetupStart
SetupStart: = "SetupStart"
Chart initialization.
remarks
used internally in chartBuilder.
Otherwise, it is supposed to be used explicitly after the surface is created.
Performance debugging checkpoints enum