| HistogramCreationCreateHistogramOnColumns Method | 
            Calculates statistics of selected columns. Returns a new table where the statistical data will be written to.
            
Namespace: Altaxo.Analysis.Statistics.HistogramsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic static DataTable? CreateHistogramOnColumns(
	this DataTable srctable,
	IAscendingIntegerCollection selectedColumns,
	IAscendingIntegerCollection selectedRows,
	UserInteractionLevel userInteractionLevel
)
Parameters
- srctable  DataTable
- Source table.
- selectedColumns  IAscendingIntegerCollection
- Selected data columns in the source table.
- selectedRows  IAscendingIntegerCollection
- Selected rows in the source table.
- userInteractionLevel  UserInteractionLevel
- Determines the level of user interaction.
Return Value
DataTable[Missing <returns> documentation for "M:Altaxo.Analysis.Statistics.Histograms.HistogramCreation.CreateHistogramOnColumns(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Gui.UserInteractionLevel)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type 
DataTable. When you use instance method syntax to call this method, omit the first parameter. For more information, see 
Extension Methods (Visual Basic) or 
Extension Methods (C# Programming Guide).
 See Also
See Also