Options
All
  • Public
  • Public/Protected
  • All
Menu

Performance debugging checkpoints enum

Index

Enumeration members

Enumeration members

AccumulatedVectorEnd

AccumulatedVectorEnd: = "AccumulatedVectorEnd"

AccumulatedVectorStart

AccumulatedVectorStart: = "AccumulatedVectorStart"

AddSubSurfaceEnd

AddSubSurfaceEnd: = "AddSubSurfaceEnd"

AddSubSurfaceStart

AddSubSurfaceStart: = "AddSubSurfaceStart"

AllLayersDrawEnd

AllLayersDrawEnd: = "AllLayersDrawEnd"

AllLayersDrawStart

AllLayersDrawStart: = "AllLayersDrawStart"

AutoRangeEnd

AutoRangeEnd: = "AutoRangeEnd"

AutoRangeStart

AutoRangeStart: = "AutoRangeStart"

CanvasInitializationEnd

CanvasInitializationEnd: = "CanvasInitializationEnd"

CanvasInitializationStart

CanvasInitializationStart: = "CanvasInitializationStart"

CopyToCanvasEnd

CopyToCanvasEnd: = "CopyToCanvasEnd"

CopyToCanvasStart

CopyToCanvasStart: = "CopyToCanvasStart"

DataFilterEnd

DataFilterEnd: = "DataFilterEnd"

DataFilterStart

DataFilterStart: = "DataFilterStart"

DataUpdateEnd

DataUpdateEnd: = "DataUpdateEnd"

DataSeries update end.

remarks

used internally.

DataUpdateStart

DataUpdateStart: = "DataUpdateStart"

DataSeries update start.

description

Appending, inserting, removing data in DataSeries.

remarks

used internally.

DoubleClickEnd

DoubleClickEnd: = "DoubleClickEnd"

DoubleClickStart

DoubleClickStart: = "DoubleClickStart"

DpiChange

DpiChange: = "DpiChange"

Browser zoom change.

remarks

used internally.

DrawAnnotationEnd

DrawAnnotationEnd: = "DrawAnnotationEnd"

DrawAnnotationStart

DrawAnnotationStart: = "DrawAnnotationStart"

DrawAxisBackgroundEnd

DrawAxisBackgroundEnd: = "DrawAxisBackgroundEnd"

DrawAxisBackgroundStart

DrawAxisBackgroundStart: = "DrawAxisBackgroundStart"

DrawAxisBandsEnd

DrawAxisBandsEnd: = "DrawAxisBandsEnd"

DrawAxisBandsStart

DrawAxisBandsStart: = "DrawAxisBandsStart"

DrawAxisBorderEnd

DrawAxisBorderEnd: = "DrawAxisBorderEnd"

DrawAxisBorderStart

DrawAxisBorderStart: = "DrawAxisBorderStart"

DrawAxisLabelsEnd

DrawAxisLabelsEnd: = "DrawAxisLabelsEnd"

DrawAxisLabelsStart

DrawAxisLabelsStart: = "DrawAxisLabelsStart"

DrawCollectionSeriesEnd

DrawCollectionSeriesEnd: = "DrawCollectionSeriesEnd"

DrawCollectionSeriesStart

DrawCollectionSeriesStart: = "DrawCollectionSeriesStart"

DrawDataLabelsEnd

DrawDataLabelsEnd: = "DrawDataLabelsEnd"

DrawDataLabelsStart

DrawDataLabelsStart: = "DrawDataLabelsStart"

DrawMajorGridLinesEnd

DrawMajorGridLinesEnd: = "DrawMajorGridLinesEnd"

DrawMajorGridLinesStart

DrawMajorGridLinesStart: = "DrawMajorGridLinesStart"

DrawMajorTicksEnd

DrawMajorTicksEnd: = "DrawMajorTicksEnd"

DrawMajorTicksStart

DrawMajorTicksStart: = "DrawMajorTicksStart"

DrawMinorGridLinesEnd

DrawMinorGridLinesEnd: = "DrawMinorGridLinesEnd"

DrawMinorGridLinesStart

DrawMinorGridLinesStart: = "DrawMinorGridLinesStart"

DrawMinorTicksEnd

DrawMinorTicksEnd: = "DrawMinorTicksEnd"

DrawMinorTicksStart

DrawMinorTicksStart: = "DrawMinorTicksStart"

DrawNativeTextEnd

DrawNativeTextEnd: = "DrawNativeTextEnd"

DrawNativeTextStart

DrawNativeTextStart: = "DrawNativeTextStart"

DrawSingleSeriesEnd

DrawSingleSeriesEnd: = "DrawSingleSeriesEnd"

DrawSingleSeriesStart

DrawSingleSeriesStart: = "DrawSingleSeriesStart"

DrawingLoopEnd

DrawingLoopEnd: = "DrawingLoopEnd"

DrawingLoopStart

DrawingLoopStart: = "DrawingLoopStart"

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.

GenerateDataLabelsEnd

GenerateDataLabelsEnd: = "GenerateDataLabelsEnd"

GenerateDataLabelsStart

GenerateDataLabelsStart: = "GenerateDataLabelsStart"

GenericAnimationEnd

GenericAnimationEnd: = "GenericAnimationEnd"

GenericAnimationStart

GenericAnimationStart: = "GenericAnimationStart"

GetTicksEnd

GetTicksEnd: = "GetTicksEnd"

GetTicksStart

GetTicksStart: = "GetTicksStart"

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.

LayoutEnd

LayoutEnd: = "LayoutEnd"

LayoutStart

LayoutStart: = "LayoutStart"

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

MouseEnterEnd

MouseEnterEnd: = "MouseEnterEnd"

MouseEnterStart

MouseEnterStart: = "MouseEnterStart"

MouseLeaveEnd

MouseLeaveEnd: = "MouseLeaveEnd"

MouseLeaveStart

MouseLeaveStart: = "MouseLeaveStart"

Painted

Painted: = "Painted"

Chart was painted.

description

Chart has been visually pained to pixels.

remarks

used internally.

PaletteProviderEnd

PaletteProviderEnd: = "PaletteProviderEnd"

PaletteProviderStart

PaletteProviderStart: = "PaletteProviderStart"

PerformTextLayoutEnd

PerformTextLayoutEnd: = "PerformTextLayoutEnd"

PerformTextLayoutStart

PerformTextLayoutStart: = "PerformTextLayoutStart"

PointerDownEnd

PointerDownEnd: = "PointerDownEnd"

PointerDownStart

PointerDownStart: = "PointerDownStart"

PointerMoveEnd

PointerMoveEnd: = "PointerMoveEnd"

PointerMoveStart

PointerMoveStart: = "PointerMoveStart"

PointerUpEnd

PointerUpEnd: = "PointerUpEnd"

PointerUpStart

PointerUpStart: = "PointerUpStart"

PostDrawActionsEnd

PostDrawActionsEnd: = "PostDrawActionsEnd"

PostDrawActionsStart

PostDrawActionsStart: = "PostDrawActionsStart"

RenderDataTransformEnd

RenderDataTransformEnd: = "RenderDataTransformEnd"

RenderDataTransformStart

RenderDataTransformStart: = "RenderDataTransformStart"

RenderEnd

RenderEnd: = "RenderEnd"

Chart rendering end.

remarks

used internally.

RenderStart

RenderStart: = "RenderStart"

Chart rendering start.

remarks

used internally.

RenderSurfaceDrawEnd

RenderSurfaceDrawEnd: = "RenderSurfaceDrawEnd"

RenderSurfaceDrawStart

RenderSurfaceDrawStart: = "RenderSurfaceDrawStart"

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.

ResampleSingleSeriesEnd

ResampleSingleSeriesEnd: = "ResampleSingleSeriesEnd"

ResampleSingleSeriesStart

ResampleSingleSeriesStart: = "ResampleSingleSeriesStart"

Resize

Resize: = "Resize"

Chart element resizing.

remarks

used internally.

ScrollEnd

ScrollEnd: = "ScrollEnd"

ScrollStart

ScrollStart: = "ScrollStart"

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.

SingleLayerDrawEnd

SingleLayerDrawEnd: = "SingleLayerDrawEnd"

SingleLayerDrawStart

SingleLayerDrawStart: = "SingleLayerDrawStart"

Generated using TypeDoc