Search
XmlSeries Constructor (XContainer, String, String, String, String, String, String, String, String, String)
See Also
 






Initializes a new instance of the XmlSeries class.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public XmlSeries (
    XContainer container,
    string xDataName,
    string yDataName,
    string zDataName,
    string innerLabelsName,
    string outerLabelsName,
    string toolTipsName,
    string xAxisLabelsName,
    string yAxisLabelsName,
    string zAxisLabelsName
)

Visual Basic  Copy Code

Public New ( _
    container As XContainer, _
    xDataName As String, _
    yDataName As String, _
    zDataName As String, _
    innerLabelsName As String, _
    outerLabelsName As String, _
    toolTipsName As String, _
    xAxisLabelsName As String, _
    yAxisLabelsName As String, _
    zAxisLabelsName As String _
)

 Parameters

container

An XContainer instance.

xDataName

The name of the element identifying data item coordinates in first dimension.

yDataName

The name of the element identifying data item coordinates in second dimension.

zDataName

The name of the element identifying data item coordinates in third dimension.

innerLabelsName

The name of the element identifying inner data labels.

outerLabelsName

The name of the element identifying outer data labels.

toolTipsName

The name of the element identifying tooltips.

xAxisLabelsName

The name of the element identifying X axis labels.

yAxisLabelsName

The name of the element identifying Y axis labels.

zAxisLabelsName

The name of the element identifying Z axis labels.

 See Also