[C#] | public WinChartSizeMode ChartSizeMode {get; set;}; |
[VB] | Public Property ChartSizeMode As WinChartSizeMode |
ChartDirector 7.1 (.NET Edition)
WinChartViewer.
Declaration
[C#] | public WinChartSizeMode ChartSizeMode {get; set;}; |
[VB] | Public Property ChartSizeMode As WinChartSizeMode |
Description
Constant | Description |
---|---|
WinChartSizeMode.AutoSize | The control will be resized to the actual size of the chart image, determined at runtime. |
WinChartSizeMode.StretchImage | The chart image will be resized to fit into the control, stretching or compressing the image if necessary. |