This document is archived and information here might be outdated.  Recommended version.


IClassificationDialog.SetHistogramData Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (CartoUI)  

IClassificationDialog.SetHistogramData Method

Sets data to the dialog via a histogram.

[Visual Basic .NET]
Public Sub SetHistogramData ( _
    ByVal histo As IHistogram _
)
[C#]
public void SetHistogramData (
    IHistogram histo
);

Product Availability

Available with ArcGIS Desktop.

See Also

IClassificationDialog Interface