UWP

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ISegmentSelectable

    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.UWP.dll
    Syntax
    public interface ISegmentSelectable

    Properties

    SegmentSelectionBrush

    Gets or sets SegmentSelectionBrush property

    Declaration
    Brush SegmentSelectionBrush { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Media.Brush

    SelectedIndex

    Gets or sets SelectionIndex property

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

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