The C1OlapChart type exposes the following members.

Constructors

  Name Description
Public method C1OlapChart
Initializes a new instance of a C1OlapChart.

Methods

  Name Description
Public method ClearValue
Clears the local value of a dependency property.
(Inherited from DependencyObject.)
Public method GetAnimationBaseValue
Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active.
(Inherited from DependencyObject.)
Public method GetValue
Returns the current effective value of a dependency property from a DependencyObject.
(Inherited from DependencyObject.)
Public method OnApplyTemplate
Builds the visual tree for the C1OlapChart control when a new template is applied.
(Overrides FrameworkElement..::..OnApplyTemplate()()()().)
Public method ReadLocalValue
Returns the local value of a dependency property, if a local value is set.
(Inherited from DependencyObject.)
Public method ReadXml(String)
Reads the control settings from a file.
Public method ReadXml(XmlReader)
Reads the control settings from an XmlReader.
Public method SetValue
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject.)
Public method UpdateChart
Regenerates the chart using the current data.
Public method WriteXml(String)
Saves the control settings into an Xml file.
Public method WriteXml(XmlWriter)
Saves the control settings into an XmlWriter.

Fields

  Name Description
Public field Static member ChartTotalsProperty
Identifies the ChartTotals dependency property.
Public field Static member ChartTypeProperty
Identifies the ChartType dependency property.
Public field Static member DataSourceProperty
Identifies the DataSource dependency property.
Public field Static member GroupAnnotationsProperty
Identifies the GroupAnnotations dependency property.
Public field Static member MaxPointsProperty
Identifies the MaxPoints dependency property.
Public field Static member MaxSeriesProperty
Identifies the MaxSeries dependency property.
Public field Static member PaletteProperty
Identifies the Palette dependency property.
Public field Static member ScrollPointsProperty
Identifies the ScrollPoints dependency property.
Public field Static member ShowGridLinesProperty
Identifies the ShowGridLines dependency property.
Public field Static member ShowLegendProperty
Identifies the ShowLegend dependency property.
Public field Static member ShowTitleProperty
Identifies the ShowTitle dependency property.
Public field Static member StackedProperty
Identifies the Stacked dependency property.

Properties

  Name Description
Public property ChartControl
Gets a reference to the inner C1Chart control.
Public property ChartTitle
Sets the title of the C1OlapChart.
Public property ChartTotals
Gets or sets whether the chart should include only totals.
Public property ChartType
Gets or sets the type of chart to create.
Public property DataSource
Gets or sets the C1OlapPanel that provides the data for this C1OlapChart.
Public property Dispatcher
Gets the Dispatcher this object is associated with.
(Inherited from DependencyObject.)
Public property GroupAnnotations
Gets or sets whether the chart should group axes annotations for grouped data.
Public property MaxPoints
Gets or sets the maximum number of points that will be shown in each series.
Public property MaxSeries
Gets or sets the maximum number of data series that will be shown in the chart.
Public property Palette
Gets or sets the Palette that defines the colors used for the chart series.
Public property ScrollPoints
Gets or sets whether the chart should display an axis scroll bar when the number of data points is greater than MaxPoints.
Public property ShowGridLines
Gets or sets whether the chart should include gridlines along the X axis.
Public property ShowLegend
Gets or sets whether the chart should include a legend.
Public property ShowTitle
Gets or sets whether the chart should include a title.
Public property Stacked
Gets or sets a value that determines whether the series should be stacked or placed side-by-side.

See Also