The C1OlapChart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
C1OlapChart |
Initializes a new instance of a C1OlapChart.
|
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 C1OlapChart 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.) |
![]() |
UpdateChart |
Regenerates the chart using the current data.
|
![]() |
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.
|
![]() ![]() |
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.
|
![]() ![]() |
ShowGridLinesProperty |
Identifies the ShowGridLines dependency property.
|
![]() ![]() |
ShowLegendProperty |
Identifies the ShowLegend dependency property.
|
![]() ![]() |
ShowTitleProperty |
Identifies the ShowTitle dependency property.
|
![]() ![]() |
StackedProperty |
Identifies the Stacked dependency property.
|
Properties
Name | Description | |
---|---|---|
![]() |
ChartControl |
Gets a reference to the inner C1Chart control.
|
![]() |
ChartTitle |
Sets the title of the C1OlapChart.
|
![]() |
ChartTotals |
Gets or sets whether the chart should include only totals.
|
![]() |
ChartType |
Gets or sets the type of chart to create.
|
![]() |
DataSource |
Gets or sets the C1OlapPanel that provides the data for this C1OlapChart.
|
![]() |
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.
|
![]() |
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.
|
![]() |
Palette |
Gets or sets the Palette that defines the colors used for the chart series.
|
![]() |
ScrollPoints |
Gets or sets whether the chart should display an axis scroll bar when the number of data points is greater than MaxPoints.
|
![]() |
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.
|
![]() |
ShowTitle |
Gets or sets whether the chart should include a title.
|
![]() |
Stacked |
Gets or sets a value that determines whether the series should be stacked or placed side-by-side.
|