[]
        
(Showing Draft Content)

C1.WPF.Report.Chart.ChartOptions

ChartOptions Class

Specifies chart options.

Inheritance
OwnedObject
ChartOptions
Namespace: C1.WPF.Report.Chart
Assembly: C1.WPF.Report.dll
Syntax
public class ChartOptions : ChartObject

Properties

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.

Methods

Name Description
AssignFrom(object)

Assigns (copies) properties from another ChartOptions to the current object.

CreateSame()

Creates instance of same class as this object.