Returns the PCXML for the chart.

Namespace: Endeca.Navigation.Charting
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public virtual string PCXML { get; }
Visual Basic
Public Overridable ReadOnly Property PCXML As String
	Get
Visual C++
public:
virtual property String^ PCXML {
	String^ get ();
}

Field Value

The PCXML.

See Also