←Select platform

GradesHistogram Property

Summary

Gets the histogram object that represents the frequency of forms grades.

Syntax
C#
VB
C++
Java
public OmrGradesHistogram GradesHistogram { get; } 
public OmrGradesHistogram getGradesHistogram(); 
Public ReadOnly Property GradesHistogram() As OmrGradesHistogram 
   Get 
public:  
   property OmrGradesHistogram^ GradesHistogram 
   { 
      OmrGradesHistogram^ get() 
   } 

Property Value

A struct of type OmrGradesHistogram. Default value is null.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly