GeoBlazor Pro
layout: pro title: AuthoringInfoStatistics parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Objects
AuthoringInfoStatistics Class
Contains summary statistics about the data represented by the renderer.
public class AuthoringInfoStatistics :
System.IEquatable<dymaptic.GeoBlazor.Pro.Objects.AuthoringInfoStatistics>
Inheritance System.Object 🡒 AuthoringInfoStatistics
Implements System.IEquatable<AuthoringInfoStatistics>
Constructors
AuthoringInfoStatistics(double, double) Constructor
Contains summary statistics about the data represented by the renderer.
public AuthoringInfoStatistics(double Max, double Min);
Parameters
Max
System.Double
The maximum data value of the attribute represented by the renderer. Legends displaying above-and-below themed data will not display values greater than this number.
Min
System.Double
The minimum data value of the attribute represented by the renderer. Legends displaying above-and-below themed data will not display values smaller than this number.
Properties
AuthoringInfoStatistics.Max Property
The maximum data value of the attribute represented by the renderer. Legends displaying above-and-below themed data will not display values greater than this number.
public double Max { get; set; }
Property Value
AuthoringInfoStatistics.Min Property
The minimum data value of the attribute represented by the renderer. Legends displaying above-and-below themed data will not display values smaller than this number.
public double Min { get; set; }