C1.C1Report.CustomFields Namespace : Chart Class |
For a list of all members of this type, see Chart members.
Name | Description | |
---|---|---|
Aggregate | Gets or sets how values should be aggregated on the chart. | |
Align | Gets or sets how text is aligned within the field. (Inherited from C1.C1Report.Field) | |
Anchor | Gets or sets the field's vertical position relative to its containing Section. (Inherited from C1.C1Report.Field) | |
BackColor | Gets or sets the field's background color. (Inherited from C1.C1Report.Field) | |
BarCode | Allows fields to be rendered in barcode format. (Inherited from C1.C1Report.Field) | |
BorderColor | Gets or sets the field's border color. (Inherited from C1.C1Report.Field) | |
BorderStyle | Gets or sets the field's border style. (Inherited from C1.C1Report.Field) | |
Boxed | Draws a box around the plot area. | |
Calculated | Specifies whether the Text property should be interpreted as a literal value or as a calculated expression. (Inherited from C1.C1Report.Field) | |
CanGrow | Specifies whether the field height should be automatically increased to fit the field's contents. (Inherited from C1.C1Report.Field) | |
CanShrink | Specifies whether the field height should be automatically reduced to fit the field's contents. (Inherited from C1.C1Report.Field) | |
ChartType | Gets or sets the chart type. Available types are Area, Bar, Pie, Scatter, Line and Column. | |
CheckBox | Specifies whether the field should be displayed as a checkbox. (Inherited from C1.C1Report.Field) | |
DataColor | Specifies the color for the chart bars, lines, symbols, or pie slices. | |
DataX | Gets or sets a string containing one field with the chart labels. | |
DataY | Gets or sets a string containing one or more fields with the data to plot on the chart. | |
DataYLabels | Gets or sets a string containing text labels to use for DataY.
If null or empty, field names specified by DataY are used. If multiple labels are provided, they must be separated with semicolons. For example: chartField.DataYLabels = "Unit Price;Units In Stock" | |
Font | Gets or sets the field's font. (Inherited from C1.C1Report.Field) | |
ForcePageBreak | Specifies whether to insert page breaks before or after the field. (Inherited from C1.C1Report.Field) | |
ForeColor | Gets or sets the field's foreground color. (Inherited from C1.C1Report.Field) | |
Format | Gets or sets a string used to format the field value. (Inherited from C1.C1Report.Field) | |
FormatX | Gets or sets the annotation format for the X axis. | |
FormatY | Gets or sets the annotation format for the Y axis. | |
GridLines | Adds gridlines to charts. This property does not apply to Pie charts. | |
Height | Gets or sets the height of the field in twips. (Inherited from C1.C1Report.Field) | |
HideDuplicates | Specifies whether duplicate values in consecutive records should be suppressed. (Inherited from C1.C1Report.Field) | |
Histogram | Gets or sets options for Histogram chart. | |
ImageType | Gets or sets the type of image generated by the chart. | |
KeepTogether | Specifies whether the field should be kept together on a page. (Inherited from C1.C1Report.Field) | |
LabelAutoArrangeMethod | Gets or sets method used to auto arrange labels (used only if LabelCompass is Auto). | |
LabelAutoArrangeOptions | Gets or sets flags controlling which locations are allowed when auto arranging labels (applicable only if LabelCompass is Auto). | |
LabelCompass | Gets or sets the location of labels relative to data points. If set to Auto, several AutoLabel* properties provide additional options. | |
LabelConnected | Gets or sets a value indicating whether a connecting line is drawn from a label to its associated data point. | |
LabelOffset | Gets or sets the distance between a label and its associated data point (maximum distance when auto arranging labels). | |
Left | Gets or sets the x-coordinate of the field's left edge in twips. (Inherited from C1.C1Report.Field) | |
LineSlant | Specifies whether a line should be drawn across the field (as opposed to a box around the field). (Inherited from C1.C1Report.Field) | |
LineSpacing | Gets or sets the line spacing between text lines in the field, in percent. The default is 100 which corresponds to normal line spacing.
Note that this property is ignored if RTF is true. (Inherited from C1.C1Report.Field) | |
LineWidth | Gets or sets the width of the field's border or line. (Inherited from C1.C1Report.Field) | |
LinkTarget | Gets or sets an expression that evaluates to a URL to be visited when the field is clicked. (Inherited from C1.C1Report.Field) | |
MarginBottom | Gets or sets the spacing between the bottom edge of the field and its content, in twips. (Inherited from C1.C1Report.Field) | |
MarginLeft | Gets or sets the spacing between the left edge of the field and its content, in twips. (Inherited from C1.C1Report.Field) | |
MarginRight | Gets or sets the spacing between the right edge of the field and its content, in twips. (Inherited from C1.C1Report.Field) | |
MarginTop | Gets or sets the spacing between the top edge of the field and its content, in twips. (Inherited from C1.C1Report.Field) | |
Name | Gets or sets the field name. (Inherited from C1.C1Report.Field) | |
OutlineColor | Gets or sets the color used to draw outlines. | |
Palette | Specifies a collection of colors to be used for each series (or pie slices). | |
Picture | Gets or sets a picture to display on the field. (Inherited from C1.C1Report.Field) | |
PictureAlign | Gets or sets how field pictures should be the aligned. (Inherited from C1.C1Report.Field) | |
PictureScale | Gets or sets how images should be the scaled to fit within the field area. (Inherited from C1.C1Report.Field) | |
PieClockwise | For Pie charts, gets or sets a value indicating whether series are drawn clockwise or counter-clockwise. | |
PieInnerRadius | For Pie charts, gets or sets the inner radius of the pie, in percent relative to the outer radius. Values greater than 0 turn a pie chart into a doughnut. | |
PieStartAngle | For Pie charts, gets or sets the starting angle of the first slice (in degrees, counter-clockwise from the X axis). | |
Polar | Gets or sets options for Polar chart. | |
Radar | Gets or sets options for Radar chart. | |
RadialLabels | This property only applies to Pie charts. It causes the field to add radial labels attached to the pie slices instead of a legend. | |
RecordSource | Gets or sets a Sql statement to use and retrieve data for the chart. | |
RightToLeft | Gets or sets a value indicating whether right-to-left text rendering rules should be used. If null (which is the default), the property RightToLeft defined on the report is used. (Inherited from C1.C1Report.Field) | |
RTF | Specifies whether the field should render string enclosed in curly brackets as RTF. (Inherited from C1.C1Report.Field) | |
RunningSum | Specifies whether to show a running sum for the field. (Inherited from C1.C1Report.Field) | |
SeriesOffset | Gets or sets the data series offset for appropriate charts. | |
Shape | Gets or sets an instance of the C1.C1Report.ShapeBase-derived class specifying properties of the geometric shape drawn by this field (if ShapeType is not None). (Inherited from C1.C1Report.Field) | |
ShapeType | Gets or sets the type of geometric shape drawn by the current field.
The default is None. (Inherited from C1.C1Report.Field) | |
ShowLegend | Gets or sets a value indicating whether the chart should include a legend. | |
ShowOutline | Gets or sets a value indicating whether chart figures should be outlined. | |
ShowPercentages | This property only applies to Pie charts. It causes the field to add percentage labels to the pie slices. | |
Subreport | Gets or sets a reference to another report to be rendered within the field (a subreport). (Inherited from C1.C1Report.Field) | |
Tag | Gets or sets extra data needed by the calling program. (Inherited from C1.C1Report.Field) | |
Text | Gets or sets the field's text. (Inherited from C1.C1Report.Field) | |
TextAngle | Gets or sets the angle of text rotation within the field (including barcodes). (Inherited from C1.C1Report.Field) | |
TextDirection | Gets or sets the direction of text within the field. (Inherited from C1.C1Report.Field) | |
Top | Gets or sets the y-coordinate of the field's top edge in twips. (Inherited from C1.C1Report.Field) | |
Use3D | Applies 3D effects to the charts. | |
View3dDepth | For 3D charts (Use3D is true), gets or sets the apparent chart depth as a percentage of chart width. | |
View3dElevation | For 3D charts (Use3D is true), gets or sets the apparent degree of inclination of the eye-point above the X-axis. | |
View3dRotation | For 3D charts (Use3D is true), gets or sets the apparent degree of rotation of the eye-point to the right of the Y-axis. | |
View3dShading | For 3D charts (Use3D is true), gets or sets the type of shading applied to 3D areas of the chart. | |
Visible | Specifies whether the C1.C1Report.Field will be rendered in the report. (Inherited from C1.C1Report.Field) | |
Width | Gets or sets the width of the field in twips. (Inherited from C1.C1Report.Field) | |
WordWrap | Specifies whether the field's contents should be allowed to wrap within the field rectangle. (Inherited from C1.C1Report.Field) | |
XMax | Gets or sets the maximum value for the X axis. | |
XMin | Gets or sets the minimum value for the X axis. | |
YMax | Gets or sets the maximum value for the Y axis. | |
YMin | Gets or sets the minimum value for the Y axis. |