MindFusion.Charting Programmer's Guide
AxesChart.AddCustomSummary Method (Double, String)
See Also
 





Adds a value to the list of summary values that are drawn in the chart.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public void AddCustomSummary (
    double summaryValue,
    string summaryLabel
)

Visual Basic  Copy Code

Public Sub AddCustomSummary( _
    summaryValue As Double, _
    summaryLabel As String _
)

 Parameters

summaryValue
A double number that represents the summary value.
summaryLabel

The summary label.

 Remarks

The method is used to add a summary value that is not any of the Summary enumeration members. The description is drawn when the LabelType for this axis is set to AxisLabelType.CustomText. If axis labels show DateTime values or DataFormat.Number, the format of the summary value is set by DateTimeFormat or NumberFormat.

 See Also

AddCustomSummary Method Overload List
AxesChart Members
AxesChart Class
MindFusion.Charting.WinForms Namespace