Interface ITransformAttribute
Contains the transformation attribute.
Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
Assembly: Syncfusion.Chart.Base.dll
Syntax
public interface ITransformAttribute
Properties
Transform
Gets or sets the transform.
Declaration
TransformList Transform { get; set; }
Property Value
Type | Description |
---|---|
TransformList | The transform. |