Gets or sets the marker position that will appear on the line profile that is drawn on the image.
Object.defineProperty(LineProfileObject.prototype, 'histogramMarker',
get: function(),
set: function(value)
)
histogramMarker: number;
Value that indicates the marker position that will appear on the line profile that is drawn on the image.
The Histogram marker is a a circle that will appear on the line profile, which correspond to the index of the generated histogram index, for example, if the line profile generated a line profile histogram of 100 pixels, and you pass 50 (which is the middle of the histogram) as a maker, the circle will appear in the middle of the line profile that is drawn on the image.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET