menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISegmentSelectable - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ISegmentSelectable

    Defines members and methods necessary to customize the display of selected segment in a ChartSeriesBase.

    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public interface ISegmentSelectable

    Properties

    SegmentSelectionBrush

    Gets or sets SegmentSelectionBrush property

    Declaration
    Brush SegmentSelectionBrush { get; set; }
    Property Value
    Type
    System.Windows.Media.Brush

    SelectedIndex

    Gets or sets SelectionIndex property

    Declaration
    int SelectedIndex { get; set; }
    Property Value
    Type
    System.Int32

    See Also

    ChartSelectionBehavior
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved