[]
Specifies chart options.
public class ChartOptions : ChartObject
| Name | Description |
|---|---|
| BubbleMaxSize | Gets or sets the maximum symbol size for bubble chart. |
| BubbleMinSize | Gets or sets the minimal symbol size for bubble chart. |
| ClusterSize | Gets or sets the cluster size for column and bar charts. |
| Field | Gets a FlexChartFieldBase containing this object. |
| HistogramAppearance | Gets or sets the histogram appearance. |
| HistogramBinWidth | Gets or sets the histogram bin width. |
| HistogramCumulativeMode | Gets or sets the histogram cumulative mode. |
| HistogramNormalCurve | Gets or sets the value indicating whather to show histogram normal curve. |
| InterpolateNulls | Gets or sets a value indicating how to interpret missing values. |
| Name | Description |
|---|---|
| AssignFrom(object) | Assigns (copies) properties from another ChartOptions to the current object. |
| CreateSame() | Creates instance of same class as this object. |