Click or drag to resize

IPlotGroupStyleIsInitialized Property

Return true when this group style contains valid grouping data. You should set IsInitialized to false when BeginPrepare is called.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsInitialized { get; }

Property Value

Boolean
See Also