| 名前 | 解説 | |
|---|---|---|
![]() | FlexChartField コンストラクタ | Initialize a new instance of the FlexChartField class. |
FlexChartFieldデータ型で公開されるメンバを以下の表に示します。
| 名前 | 解説 | |
|---|---|---|
![]() | FlexChartField コンストラクタ | Initialize a new instance of the FlexChartField class. |
| 名前 | 解説 | |
|---|---|---|
![]() | _section | C1.Report.FieldBaseから継承されます。 |
![]() | _subSectionIndex | C1.Report.FieldBaseから継承されます。 |
![]() | c_CategoryLabelsDelimiter | |
![]() | c_SeriesLabelsDelimiter | |
![]() | PropertyChanged | Occurs when property of FieldBase is changed. C1.Report.FieldBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | m_flags | C1.Report.FieldBaseから継承されます。 |
![]() | m_StyleCache | C1.Report.VisualReportObjectから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | ActualRightToLeft | Gets the actual right-to-left value that is being used. If the field's own RightToLeft is not null, that value is returned. Otherwise the ActualRightToLeft defined on the report is returned. C1.Report.FieldBaseから継承されます。 |
![]() | Anchor | Gets or sets a value determining how the field's vertical position changes relative to its containing SubSection. C1.Report.FieldBaseから継承されます。 |
![]() | AutoHeight | Gets or sets a value determining how height of object changes depending on its content. C1.Report.FieldBaseから継承されます。 |
![]() | AutoWidth | Gets or sets a value determining how width of object changes depending on its content. C1.Report.FieldBaseから継承されます。 |
![]() | AxisX | Gets the chart x-axis. |
![]() | AxisY | Gets the chart y-axis. |
![]() | BackColor | Gets or sets the field's background color, this property works via VisualReportObject.Background property using C1.Document.C1SolidBrush. C1.Report.VisualReportObjectから継承されます。 |
![]() | Background | Gets or sets the C1.Document.C1Brush object determining the object's background. C1.Report.VisualReportObjectから継承されます。 |
![]() | Bookmark | Gets or sets a ScriptStringValue yielding the bookmark associated with the current object. C1.Report.VisualReportObjectから継承されます。 |
![]() | Border | Gets or sets the VisualReportObject.Border object determining how borders are drawn around the object. C1.Report.VisualReportObjectから継承されます。 |
![]() | BordersSplitHorzMode | Gets or sets a value determining how borders are drawn if the object is too wide and is split between horizontal pages. C1.Report.VisualReportObjectから継承されます。 |
![]() | BordersSplitVertMode | Gets or sets a value determining how borders are drawn if the object is too high and is split between pages. C1.Report.VisualReportObjectから継承されます。 |
![]() | Bottom | Gets the y-coordinate of the field's bottom edge in twips. C1.Report.FieldBaseから継承されます。 |
![]() | Bounds | Gets or sets bounds of this FieldBase object. C1.Report.FieldBaseから継承されます。 |
![]() | CategoryGroups | Gets the collection of category groups which provide labels for X-Axis. |
![]() | ChartType | Gets or sets the chart type. |
![]() | DataLabel | Gets the chart data label. |
![]() | DataSourceName | Gets or sets the name of the data source for the chart. The name must match a name of a data source in the report's DataSources collection. Empty string indicates that the main data source will be used. C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | Font | Gets or sets the default font used in the chart. C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | Footer | Gets the chart footer. C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | ForcePageBreak | Gets or sets a value determining whether to insert page breaks before or after the field. C1.Report.FieldBaseから継承されます。 |
![]() | Header | Gets the chart header. C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | Height | Gets or sets the height of the field in twips. C1.Report.FieldBaseから継承されます。 |
![]() | Hyperlink | Gets the hyperlink associated with the current field. C1.Report.FieldBaseから継承されます。 |
![]() | KeepTogether | Specifies whether the field should be kept together on a page. C1.Report.FieldBaseから継承されます。 |
![]() | Left | Gets or sets the X coordinate of the field's left edge in twips. C1.Report.FieldBaseから継承されます。 |
![]() | Legend | Gets the chart legend. C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | MarginBottom | Gets or sets the spacing between the bottom edge of the field and its content, in twips. C1.Report.FieldBaseから継承されます。 |
![]() | MarginLeft | Gets or sets the spacing between the left edge of the field and its content, in twips. C1.Report.FieldBaseから継承されます。 |
![]() | MarginRight | Gets or sets the spacing between the right edge of the field and its content, in twips. C1.Report.FieldBaseから継承されます。 |
![]() | MarginTop | Gets or sets the spacing between the top edge of the field and its content, in twips. C1.Report.FieldBaseから継承されます。 |
![]() | Name | Gets or sets the field name. C1.Report.FieldBaseから継承されます。 |
![]() | Options | Gets various chart options. |
![]() | OutlineLabel | Gets or sets a ScriptStringValue yielding the label associated with the object in the outline tree. C1.Report.VisualReportObjectから継承されます。 |
![]() | OutlineParent | Gets or sets the name of the object that will be the parent of the current object in the outline tree. If unspecified, the report hierarchy will be used to determine the parent. C1.Report.VisualReportObjectから継承されます。 |
![]() | Palette | Gets or sets the chart palette. C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | ParentReport | Gets the FlexReport containing this field. C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | PlotMargin | Gets or sets the plot area margin. |
![]() | PlotStyle | Gets the style of plot area (area inside axes). C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | RenderHeight | Gets the actual height of the current field. This property can only be used while the report is being rendered, otherwise it returns -1. C1.Report.FieldBaseから継承されます。 |
![]() | RenderLeft | Gets the actual left position of the current field in its subsection. This property can only be used while the report is being rendered, otherwise it returns -1. C1.Report.FieldBaseから継承されます。 |
![]() | RenderTop | Gets the actual top position of the current field in its subsection. This property can only be used while the report is being rendered, otherwise it returns -1. C1.Report.FieldBaseから継承されます。 |
![]() | RenderWidth | Gets the actual width of the current field. This property can only be used while the report is being rendered, otherwise it returns -1. C1.Report.FieldBaseから継承されます。 |
![]() | Right | Gets the x-coordinate of the field's right edge in twips. C1.Report.FieldBaseから継承されます。 |
![]() | 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 FlexReport.RightToLeft defined on the report is used. C1.Report.FieldBaseから継承されます。 |
![]() | Rotated | Gets or sets a value indicating whether to flip the axes so that X is vertical and Y is horizontal. |
![]() | Section | Gets or sets the section to which the field belongs. C1.Report.FieldBaseから継承されます。 |
![]() | Series | Gets the collection of the series. |
![]() | SeriesGroups | Gets the collection of optional series group for extra levels of data. |
![]() | SplitHorzBehavior | Gets or sets a value determining how the object is treated when it is too wide to fit in the horizontal space available on the current page. C1.Report.FieldBaseから継承されます。 |
![]() | SplitVertBehavior | Gets or sets a value determining how the object is treated when it is too high to fit in the vertical space available on the current page. C1.Report.FieldBaseから継承されます。 |
![]() | Stacking | Gets or sets the data stacking. |
![]() | SubSection | Gets the SubSection object containing this field. C1.Report.FieldBaseから継承されます。 |
![]() | SubSectionIndex | Gets or sets the index of the SubSection in Section to which the field belongs. C1.Report.FieldBaseから継承されます。 |
![]() | Tag | Gets or sets arbitrary data associated with the object. C1.Report.ReportObjectから継承されます。 |
![]() | Top | Gets or sets the Y coordinate of the field's top edge in twips. C1.Report.FieldBaseから継承されます。 |
![]() | Visible | Gets or sets a value indicating whether the field is visible or hidden. C1.Report.FieldBaseから継承されます。 |
![]() | Width | Gets or sets the width of the field in twips. C1.Report.FieldBaseから継承されます。 |
![]() | XLabelExpression | Gets or sets an expression used to generate data labels on X axis. |
![]() | ZOrder | Gets or sets the ZOrder of the field. C1.Report.FieldBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | AssignFrom | オーバーロードされます。 オーバーライドされます。 Assigns (copies) properties from another FlexChartField to the current object. |
![]() | BeginUpdate | For internal use. Disables firing PropertyChanged event. C1.Report.FieldBaseから継承されます。 |
![]() | BuildChartVisualProps | オーバーライドされます。 |
![]() | Clone | Creates a new object that is a copy of the current FieldBase object. C1.Report.FieldBaseから継承されます。 |
![]() | EndUpdate | For internal use. Enables firing PropertyChanged event. C1.Report.FieldBaseから継承されます。 |
![]() | OnPropertyChanged | Marks the owner report as dirty so it will clear the internal cache and render again. C1.Report.FieldBaseから継承されます。 |
![]() | SetZOrder | Brings a field to the front or sends it to the back of the ZOrder. C1.Report.FieldBaseから継承されます。 |
| 名前 | 解説 | |
|---|---|---|
![]() | BuildFlexChart | オーバーライドされます。 Creates a C1.Document.FlexChart.Chart, adds data to it and sets the property values. |
![]() | BuildStyleKey | C1.Report.FieldBaseから継承されます。 |
![]() | GetClientHeight | C1.Report.FieldBaseから継承されます。 |
![]() | GetClientWidth | C1.Report.FieldBaseから継承されます。 |
![]() | GetContentAutoHeight | Override this method to calculate the height of object on basis of its content, this method is called when field can grow or shrink vertically. C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | GetContentAutoSize | Override this method to calculate sizes of object on basis of its content, this method is called when field can grow or shrink vertically and horizontally. C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | GetContentAutoWidth | Override this method to calculate the width of object on basis of its content, this method is called when field can grow or shrink horizontally. C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | GetDataSource | Returns DataSource specified for this field in the FlexChartFieldBase.DataSourceName property, returns null if FlexChartFieldBase.DataSourceName is null or empty, throws an exception if DataSource with specified name not found. C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | GetDefAutoHeight | C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | GetDefAutoWidth | C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | GetDefSplitHorzBehavior | C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | GetDefSplitVertBehavior | C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | GetFlag | C1.Report.FieldBaseから継承されます。 |
![]() | GetPropsTable | オーバーライドされます。 |
![]() | InternalBuildBrick | This method should be overriden in descendant classes like Field, BarCodeField, ChartField and so on. C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | InternalRefreshBrick | C1.Report.FlexChartFieldBaseから継承されます。 |
![]() | OnSerializeAdded | Post action after the field is added to the parent report's fields colleciton. C1.Report.FieldBaseから継承されます。 |
![]() | ResetRightToLeft | Restore the RightToLeft property to its default value. C1.Report.FieldBaseから継承されます。 |
![]() | SetFlag | C1.Report.FieldBaseから継承されます。 |
![]() | ShouldSerializeRightToLeft | Indicates whether the RightToLeft has a default value. C1.Report.FieldBaseから継承されます。 |