menu

WinForms

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

    Show / Hide Table of Contents

    Class ChartSeriesParameters

    Configuration item that pertains to "all" chart types.

    Inheritance
    System.Object
    ChartSeriesParameters
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class ChartSeriesParameters

    Properties

    PointSpacing

    Gets or sets the spacing between points.

    Declaration
    public float PointSpacing { get; set; }
    Property Value
    Type Description
    System.Single

    The point spacing.

    SeriesDepthSpacing

    Gets or sets the depth spacing between series.

    Declaration
    public float SeriesDepthSpacing { get; set; }
    Property Value
    Type Description
    System.Single

    The series depth spacing.

    SeriesSpacing

    Gets or sets the spacing between series.

    Declaration
    public float SeriesSpacing { get; set; }
    Property Value
    Type Description
    System.Single

    The series spacing.

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