Click or drag to resize

ChildPropertyChangedFlags Enumeration

LightningChart .NET Help
ChildPropertyChanged flags. These flags must be OR'd on each level, so that root level is reported all the flags.

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum ChildPropertyChangedFlags
Members
  Member nameValueDescription
None0 No flags, just re-renders the chart.
FreeAllSeriesDrawData1 All series draw data must be freed, so root level can reconstruct it.
UpdateChartTitle2 Update chart title
DisableZoom4 Disable zooming
DoAutoYFit8 Do auto Y fit now.
FreeAllSeriesLegendIcons16 Free all series legendbox icon
FreeSeriesDrawData32 Draw data of certain series must be freed, so root level can reconstruct it.
FreeSeriesLegendIcon64 Free a series legendbox icon
FreeAllSeriesDrawDataOfAxis128 All series draw data of certain axis must be freed, so root level can reconstruct it.
FreeCertainDrawDataSynchronized256 Free certain draw data synchronized to main thread. Use this to make LightningChartPro free draw data from object finalizer
FreeScrollBarDrawData512 Free scrollbar draw data
FreeAllDrawData1024 Free everything
FreeAllSeriesDrawDataOf3DAxis2048 Free all draw data of 3D series where this 3D axis is bound
InvalidateSurfacePaletteSorting4096 Surface palette sorting must be updated
ChangeAnnotationOrder8192 Annotation order must be changed in list of annotations.
FreeMapData16384 Free map draw data.
CancelRendering32768 Cancel rendering.
RecalculateAutolabel65536 Recalculate autolabel.
FreeAnnotationsOfAxis131072 Free annotation bound to this axis.
FreeNonShiftableSeriesDrawDataOfAxis262144 Free non-shiftable series draw data.
DirtyDrawData524288 Notification to parent that the settings defining the draw data related to sender and/or relayer has been modified and the drawdata needs to be recalculated/updated/redefined/freed. It's usually OK to remove the flag from the parameter value after processing on parent.
UpdateLegendBox1048576 Update LegendBox as some related property has changed.
See Also