Gets or sets the maximum intensity.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C# Copy Code |
---|
public double MaxIntensity { get; set; } |
Visual Basic Copy Code |
---|
Public Property MaxIntensity As Double |
A double value specifying maximum intensity. The default value is 100.
The renderer loads intensity values from third dimension of the series. The default 100 value lets you specify them as percentage.
Charting for WinForms Programmer's Guide | © 2024 MindFusion |