Class ChartZooming
This class contains appearance information of interactive zooming.
Inheritance
System.Object
ChartZooming
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 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 |
---|
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 |
|