menu

WinForms

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

    Show / Hide Table of Contents

    Interface ISegmentSpacing

    Defines members and methods necessary to customize segment in a ChartSeriesBase.

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

    Properties

    SegmentSpacing

    Gets or sets SegmentSpacing property

    Declaration
    double SegmentSpacing { get; set; }
    Property Value
    Type
    System.Double

    Methods

    CalculateSegmentSpacing(Double, Double, Double)

    Method used to calculate the segment spacing.

    Declaration
    double CalculateSegmentSpacing(double spacing, double Right, double Left)
    Parameters
    Type Name Description
    System.Double spacing

    Segment spacing value.

    System.Double Right

    Segment right value.

    System.Double Left

    Segment left value.

    Returns
    Type Description
    System.Double

    Returns the calculated segment space.

    See Also

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