BitmapImportOptionsImportTransposed Property |
Gets a value indicating whether to transpose the table.
Untransposed, the x-values are written into the rows of the table, which will result in a plot similar to the image, but the order of the pixels in the table is somewhat counterintuitive.
Transposed, the x-values of the image are written into the columns of the table, so that the order of pixels in the table and the image is similar, but then if you plot that as a density image,
the resulting density image has x and y exchanged.
Namespace: Altaxo.Serialization.BitmapsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public bool ImportTransposed { get; init; }
Property Value
BooleanSee Also