The C1OlapPage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1OlapPage |
Initializes a new instance of a C1OlapPage.
|
Methods
Name | Description | |
---|---|---|
![]() |
ClearValue |
Clears the local value of a dependency property. (Inherited from DependencyObject.) |
![]() |
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.) |
![]() |
GetValue |
Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject.) |
![]() |
OnApplyTemplate |
Builds the visual tree for the C1OlapPage control when a new template is applied.
(Overrides FrameworkElement..::..OnApplyTemplate()()()().) |
![]() |
ReadLocalValue |
Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject.) |
![]() |
ReadXml(String) |
Reads the control settings from a file.
|
![]() |
ReadXml(XmlReader) |
Reads the control settings from an XmlReader.
|
![]() |
SetValue |
Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject.) |
![]() |
ShowReportOptions |
Opens the report dialog which allows the user to customize the
options for printing in C1Olap.
|
![]() |
WriteXml(String) |
Saves the control settings into an Xml file.
|
![]() |
WriteXml(XmlWriter) |
Saves the control settings into an XmlWriter.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() |
ChartTotalsProperty |
Identifies the ChartTotals dependency property.
|
![]() ![]() |
ChartTypeProperty |
Identifies the ChartType dependency property.
|
![]() ![]() |
CollapsibleSubtotalsProperty |
Identifies the CollapsibleSubtotals dependency property.
|
![]() ![]() |
DataSourceProperty |
Identifies the DataSource dependency property.
|
![]() ![]() |
GroupAnnotationsProperty |
Identifies the GroupAnnotations dependency property.
|
![]() ![]() |
MaxPointsProperty |
Identifies the MaxPoints dependency property.
|
![]() ![]() |
MaxSeriesProperty |
Identifies the MaxSeries dependency property.
|
![]() ![]() |
PaletteProperty |
Identifies the Palette dependency property.
|
![]() ![]() |
ScrollPointsProperty |
Identifies the ScrollPoints dependency property.
|
![]() ![]() |
ShortcutsEnabledProperty |
Identifies the ShortcutsEnabled dependency property.
|
![]() ![]() |
ShowDetailOnRightClickProperty |
Identifies the ShowDetailOnRightClick dependency property.
|
![]() ![]() |
ShowGridLinesProperty |
Identifies the ShowGridLines dependency property.
|
![]() ![]() |
ShowLegendProperty |
Identifies the ShowLegend dependency property.
|
![]() ![]() |
ShowRawDataProperty |
Identifies the ShowRawData dependency property.
|
![]() ![]() |
ShowTitleProperty |
Identifies the ShowTitle dependency property.
|
![]() ![]() |
ShowTotalsColumnsProperty |
Identifies the ShowTotalsColumns dependency property.
|
![]() ![]() |
ShowTotalsRowsProperty |
Identifies the ShowTotalsRows dependency property.
|
![]() ![]() |
ShowUndoRedoProperty |
Identifies the ShowUndoRedo dependency property.
|
![]() ![]() |
ShowZerosProperty |
Identifies the ShowZeros dependency property.
|
![]() ![]() |
StackedProperty |
Identifies the Stacked dependency property.
|
![]() ![]() |
SubtotalBackgroundProperty |
Identifies the SubtotalBackground dependency property.
|
Properties
Name | Description | |
---|---|---|
![]() |
ChartTotals |
Gets or sets whether the chart should include only totals.
|
![]() |
ChartType |
Gets or sets the type of chart to create.
|
![]() |
CollapsibleSubtotals |
Gets or sets a value that determines whether the grid should allow users to collapse and expand subtotal groups.
|
![]() |
DataSource |
Gets or sets the object that contains the data to be analyzed.
|
![]() |
Dispatcher |
Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
![]() |
GroupAnnotations |
Gets or sets whether the chart should group axes annotations for grouped data.
|
![]() |
MainMenu |
Gets a reference to the C1Menu that contains the main menu
on the page.
|
![]() |
MaxPoints |
Gets or sets the maximum number of points that will be shown in each series.
|
![]() |
MaxSeries |
Gets or sets the maximum number of data series that will be shown in the chart.
|
![]() |
OlapChart |
Gets the C1OlapChart used to display the Olap results.
|
![]() |
OlapEngine |
Gets a reference to the C1OlapEngine that performs
the Olap analysis for this C1OlapPage.
|
![]() |
OlapGrid |
Gets the C1OlapGrid used to display the Olap results.
|
![]() |
OlapPanel |
Gets the C1OlapPanel docked to the left of the page.
|
![]() |
Palette |
Gets or sets the color scheme used for the data series.
|
![]() |
RawDataGrid |
Gets the C1FlexGrid used to display raw data.
|
![]() |
ScrollPoints |
Gets or sets whether the chart should display an axis scroll bar when the number of data points is greater than MaxPoints.
|
![]() |
ShortcutsEnabled |
Gets or sets a value that determines whether the page should automatically handle shortcut keys (e.g. Ctrl+S to save a view, Ctrl+O to open a view, Ctrl+Y to undo, Ctrl+Z to redo).
|
![]() |
ShowDetailOnRightClick |
Gets or sets a value that determines whether right-clicking the Olap grid should cause the control to display the raw records represented by the cell clicked.
|
![]() |
ShowGridLines |
Gets or sets whether the chart should include gridlines along the X axis.
|
![]() |
ShowLegend |
Gets or sets whether the chart should include a legend.
|
![]() |
ShowRawData |
Gets or sets a value that determines whether the page should include a tab showing the raw data.
|
![]() |
ShowTitle |
Gets or sets whether the chart should include a title.
|
![]() |
ShowTotalsColumns |
Gets or sets a value that determines whether the Olap output table should include a column with the totals for each row.
|
![]() |
ShowTotalsRows |
Gets or sets a value that determines whether the Olap output table should include a row with the totals for each column.
|
![]() |
ShowUndoRedo |
Gets or sets a value that determines whether the toolbar should include undo/redo buttons.
|
![]() |
ShowZeros |
Gets or sets a value that determines whether the Olap output table should use zeros to indicate missing values.
|
![]() |
Stacked |
Gets or sets a value that determines whether the series should be stacked or placed side-by-side.
|
![]() |
SubtotalBackground |
Gets or sets the brush used to paint the background of cells that contain totals.
|
![]() |
ViewDefinition |
Gets or sets the Olap view definition as an Xml string.
|
Events
Name | Description | |
---|---|---|
![]() |
DataSourceChanged |
Occurs when the data source changes.
|
![]() |
LoadedFields |
Fires after the OlapPanel finishes loading the fields for
the current DataSource.
|
![]() |
Updated |
Fires after the OlapPanel finishes the Olap analysis.
|
![]() |
Updating |
Fires before the OlapPanel starts updating the output Olap table.
|
![]() |
ViewDefinitionChanged |
Occurs when the view definition changes, before the output table is updated.
|