ArcObjects Library Reference (Carto)  

IClassBreaksUIProperties.DeviationInterval Property

Deviation interval (0-1), where 0 means that no deviation is used.

[Visual Basic .NET]
Public Property DeviationInterval As Double
[C#]
public double DeviationInterval {get; set;}
[C++]
HRESULT get_DeviationInterval(
  double* Interval
);
[C++]
HRESULT put_DeviationInterval(
  double Interval
);
[C++]

Parameters

Interval [out, retval]   Interval is a parameter of type double Interval [in]   Interval is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

DeviationInterval is the percentage of one standard deviation to be used as the interval of the class breaks. Range is 0 to 1. This is a user interface property only. Match this to the value of IDeviationInterval::DeviationInterval on the StandardDeviation object used to generate the class breaks for the ClassBreaksRenderer.

See Also

IClassBreaksUIProperties Interface