Gets or sets the offset from the zero point to the beginning of the chart graphics. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueA float value that represents the offset. RemarksVertical charts with positive values are shifted rightwards, with offset at the X-axis. If the chart has only negative X-values, it is shifted leftwards. Horizontal charts with positive values are shifted upwards, with offset at the Y-axis. If the chart has only negative Y-values, it is shifted downwards. The orientation of the chart is set with the Horizontal property. Default value for the Offset property is 0 (no offset). See Also |