Visual Basic (Declaration) | |
---|---|
Public Property CalculateEmptyElement As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool CalculateEmptyElement {get; set;} |
C# | Copy Code |
---|---|
Chart.CalculateEmptyElement = true; |
Visual Basic | Copy Code |
---|---|
Chart.CalculateEmptyElement = true |
If this property is set to false, in all calculations (average,min,median,mode etc.) only the applicable elements are counted. If set to true, such elements are given 0 values and included in the calculation. This case occurs when you have multiple series and are calculating derived series from them. Defaults to true.