MindFusion.Charting Programmer's Guide
AxesChart.AddCustomSummary Method (Single, 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 (
    float summaryValue,
    string summaryLabel
)

Visual Basic  Copy Code

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

 Parameters

summaryValue
A float value that represents the summary.
summaryLabel

The summary label.

 Remarks

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

 See Also

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