Represents an event of that fires each time the line is drawn on the surface of the control.
Object.defineProperty(LineProfileObject.prototype,'histogramGenerated',
get: function(),
set: function(value)
)
function histogramGenerated.add(function(sender, e));
function histogramGenerated.remove(function(sender, e));
histogramGenerated: void;
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | HistogramGeneratedEventArgs | The event data. |
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