Skip to content

Margin Property

Summary

Gets or sets the level of thickness of the margin of the chart control instance. Property value can be set usingThickness, number, or a string new Thickness(5), new Thickness(1, 2, 3, 4), 5, "5", "1 2 3 4".

Signature

1
public Thickness Margin {get; set;}

Return Value

Thickness

Declaring Type

cAlgo.API.ControlBase


Last update: March 17, 2023