Search
Chart.PlotImageAutoSize Property
See Also
 






Gets or sets whether auto-size mode is enabled for PlotImage.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool PlotImageAutoSize { get; set; }

Visual Basic  Copy Code

Public Property PlotImageAutoSize As Boolean

 Property Value

A boolean value.

 See Also