In This Topic
Prepair data for chart 1. This chart has some static value such as standard deviation, average value, underFlowValue, aboveFlowValue. These values only changed when we changed data of chart 2. LayoutData contain categoryName and value for each bar. We have 2 type of CategoryName, based on use bin or category of data. Value for each bar depends on type of Category. These values changed when we changed data of chart, changed type of category, bin width, number of bin.
Syntax
'Declaration
Public Sub PrepairData()
'Usage
Dim instance As HistogramSeries
instance.PrepairData()
public void PrepairData()
See Also