Back to Devexpress

ChartBaseView.SetSelected(Int32, Int32, Boolean) Method

maui-devexpress-dot-maui-dot-charts-dot-chartbaseview-dot-setselected-x28-system-dot-int32-system-dot-int32-system-dot-boolean-x29.md

latest1.4 KB
Original Source

ChartBaseView.SetSelected(Int32, Int32, Boolean) Method

Gets or sets whether a series point with the specified pointIndex of a series with the given seriesIndex is selected.

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public void SetSelected(
    int seriesIndex,
    int pointIndex,
    bool isSelect
)

Parameters

NameTypeDescription
seriesIndexInt32

The zero-based index of a series whose series point changes selection state.

| | pointIndex | Int32 |

The zero-based index of a series point that changes selection state.

| | isSelect | Boolean |

true if a point / series should be selected; otherwise, false.

|

Remarks

When the SelectionKind property is set to Series you can to pass any number as the pointIndex parameter.

See Also

ChartBaseView Class

ChartBaseView Members

DevExpress.Maui.Charts Namespace