mBarSpacing がバーの幅にどのように影響するかを正確に理解しようとしています。一見、反比例の関係にあることがわかります。mBarSpacing の各増加は、バーの幅の減少に対応します。
値間のこの関係は、ソース コードのどこで処理されますか?
mBarSpacing がバーの幅にどのように影響するかを正確に理解しようとしています。一見、反比例の関係にあることがわかります。mBarSpacing の各増加は、バーの幅の減少に対応します。
値間のこの関係は、ソース コードのどこで処理されますか?
The bar spacing parameter is a coefficient of spacing between the bars. As far as I remember, the spacing is bigger and the width of the bars decreases once the spacing value gets bigger.
The bar width was basically added such as this can be controlled especially in the case when there is only one bar into a series. It is not recommended to be used in other situations.
See the BarChart
class for extra information here.