Back to Devexpress

Subtotal.PointIndex Property

corelibraries-devexpress-dot-xtracharts-dot-subtotal.md

latest1.9 KB
Original Source

Subtotal.PointIndex Property

Gets or sets an index of a waterfall point, after which a subtotal should be inserted.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public int PointIndex { get; set; }
vb
Public Property PointIndex As Integer

Property Value

TypeDescription
Int32

A zero-based index of a waterfall point, after which a subtotal should be inserted.

|

Example

This example shows how to create a chart with a data series of the waterfall view.

See Also

Subtotal Class

Subtotal Members

DevExpress.XtraCharts Namespace