[]
Specifies chart options.
public class ChartOptions : ChartObject, IC1Serializable
| 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. |
| 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. |