Class ChartZooming
This class contains appearance information of interactive zooming.
Inheritance
System.Object
ChartZooming
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartZooming : Object
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]
public LineInfo Border { get; set; }
Property Value
| Type |
|---|
| LineInfo |
Interior
Gets or sets the interior of zooming selection.
Declaration
[ChartTemplate]
public BrushInfo Interior { get; set; }
Property Value
| Type | Description |
|---|---|
| BrushInfo | The BrushInfo instance. |
Opacity
Gets or sets the opacity of zooming selection.
Declaration
[ChartTemplate]
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]
public bool ShowBorder { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
|