ParetoChartCumulativeLine Property |
The "CumulativeLine" attribute.
Namespace: Imsl.Chart2D.QCAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Data CumulativeLine { get; }
Public Overridable ReadOnly Property CumulativeLine As Data
Get
public:
virtual property Data^ CumulativeLine {
Data^ get ();
}
abstract CumulativeLine : Data with get
override CumulativeLine : Data with get
Property Value
Type:
Data
The
Data object containing the cumulative line.
See Also