Interface IViewBoxAttribute
Contains the view box attribute.
Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
Assembly: Syncfusion.Chart.Base.dll
Syntax
public interface IViewBoxAttribute
Properties
ViewBox
Gets or sets the view box.
Declaration
LengthRect ViewBox { get; set; }
Property Value
| Type | Description |
|---|---|
| LengthRect | The view box. |