WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartZooming - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartZooming

    This class contains appearance information of interactive zooming.

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

    Constructors

    ChartZooming()

    Initializes a new instance of the ChartZooming class.

    Declaration
    public ChartZooming()

    Properties

    Border

    Gets or sets the information on line drawn during interactive zooming.

    Declaration
    [ChartTemplate(ChartTemplateSet.Content)]
    public LineInfo Border { get; set; }
    Property Value
    Type Description
    LineInfo

    Interior

    Gets or sets the interior of zooming selection.

    Declaration
    [ChartTemplate(ChartTemplateSet.SimpleBehavior)]
    public BrushInfo Interior { get; set; }
    Property Value
    Type Description
    BrushInfo

    The BrushInfo instance.

    Opacity

    Gets or sets the opacity of zooming selection.

    Declaration
    [ChartTemplate(ChartTemplateSet.SimpleBehavior)]
    public float Opacity { get; set; }
    Property Value
    Type Description
    System.Single

    The opacity.

    ShowBorder

    Gets or sets a value indicating whether border is shown.

    Declaration
    [ChartTemplate(ChartTemplateSet.SimpleBehavior)]
    public bool ShowBorder { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if border is shown; otherwise, false.

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