Gets or Sets the maximum DataPoint width as a percentage of PlotArea view port width. This property applies to Column, Bar, CandleStick and Stock chart types only.
Type: Boolean
Namespace: Visifire.Charts
Assembly:
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
Windows Phone: |
SLWpVisifire.Charts (in SLWpVisifire.Charts.dll) |
Windows 8: |
Win8Visifire.Charts (in Win8Visifire.Charts.dll) |
This attribute applies to:
Syntax:
<vc:Chart MaxDataPointWidth="5">
</vc:Chart>
Below is the Chart after setting MaxDataPointWidth property in Chart.

Remarks:
Default value of MaxDataPointWidth is PositiveInfinity.
This value can be any value equal to or greater than 0.
If MaxDataPointWidth property of the Chart is lesser than the DataPointWidth property then MaxDataPointWidth is taken as the width of DataPoint.