Inherits Object.
|
virtual Aspose::Cells::Systems::Int32 | GetExplosion ()=0 |
| The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. More...
|
|
virtual void | SetExplosion (Aspose::Cells::Systems::Int32 value)=0 |
| The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter. More...
|
|
virtual bool | GetShadow ()=0 |
| True if the chartpoint has a shadow. More...
|
|
virtual void | SetShadow (bool value)=0 |
| True if the chartpoint has a shadow. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Drawing::ILine > | GetBorderILine ()=0 |
| Gets the border More...
|
|
virtual intrusive_ptr< Aspose::Cells::Drawing::IArea > | GetIArea ()=0 |
| Gets the area More...
|
|
virtual intrusive_ptr< Aspose::Cells::Charts::IMarker > | GetIMarker ()=0 |
| Gets the marker More...
|
|
virtual intrusive_ptr< Aspose::Cells::Charts::IDataLabels > | GetIDataLabels ()=0 |
| Returns a DataLabels object that represents the data label associated with the point. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Object > | Get_YValue ()=0 |
| Gets or sets the Y value of the chart point. More...
|
|
virtual void | SetYValue (intrusive_ptr< Aspose::Cells::Systems::Object > value)=0 |
| Gets the Y value of the chart point. More...
|
|
virtual Aspose::Cells::CellValueType | GetYValueType ()=0 |
| Gets Y value type of the chart point. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Systems::Object > | GetXValue ()=0 |
| Gets or sets the X value of the chart point. More...
|
|
virtual void | SetXValue (intrusive_ptr< Aspose::Cells::Systems::Object > value)=0 |
| Gets or sets the X value of the chart point. More...
|
|
virtual Aspose::Cells::CellValueType | GetXValueType ()=0 |
| Gets X value type of the chart point. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Drawing::IShapePropertyCollection > | GetIShapeProperties ()=0 |
| Gets the - See also
- IShapePropertyCollection
object that holds the visual shape properties of the ChartPoint. More...
|
|
virtual bool | IsInSecondaryPlot ()=0 |
| Gets a value indicates whether this data points is in the second pie or bar on a pie of pie or bar of pie chart More...
|
|
virtual void | SetInSecondaryPlot (bool value)=0 |
| Sets a value indicates whether this data points is in the second pie or bar on a pie of pie or bar of pie chart More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetShapeX ()=0 |
| Gets the x coordinate of the upper left corner in units of 1/4000 of chart's width after calls Chart.Calculate() method. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetShapeY ()=0 |
| Gets the y coordinate of the upper left corner in units of 1/4000 of chart's height after calls Chart.Calculate() method.
More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetShapeWidth ()=0 |
| Gets the width in units of 1/4000 of chart's width after calls Chart.Calculate() method. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetShapeHeight ()=0 |
| Gets the height in units of 1/4000 of chart's height after calls Chart.Calculate() method. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetShapeXPx ()=0 |
| Gets the x coordinate of the upper left corner in units of pixels after calls Chart.Calculate() method. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetShapeYPx ()=0 |
| Gets the y coordinate of the upper left corner in units of pixels after calls Chart.Calculate() method.
More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetShapeWidthPx ()=0 |
| Gets the width in units of pixels after calls Chart.Calculate() method. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetShapeHeightPx ()=0 |
| Gets the height in units of pixels after calls Chart.Calculate() method. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetBorderWidthPx ()=0 |
| Gets the width of border in units of pixels after calls Chart.Calculate() method. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetRadiusPx ()=0 |
| Gets the radius of bubble, pie or doughnut in units of pixels after calls Chart.Calculate() method. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetInnerRadiusPx ()=0 |
| Gets the inner radius of doughnut slice in units of pixels after calls Chart.Calculate() method. Applies to Doughnut chart. More...
|
|
virtual Aspose::Cells::Systems::Single | GetStartAngle ()=0 |
| Gets the starting angle for the pie section, measured in degrees clockwise from the x-axis after calls Chart.Calculate() method. Applies to Pie chart. More...
|
|
virtual Aspose::Cells::Systems::Single | GetEndAngle ()=0 |
| Gets the ending angle for the pie section, measured in degrees clockwise from the x-axis after calls Chart.Calculate() method. Applies to Pie chart. More...
|
|
virtual Aspose::Cells::Systems::Single | GetArcStartPointXPx ()=0 |
| Gets the x coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart. More...
|
|
virtual Aspose::Cells::Systems::Single | GetArcStartPointYPx ()=0 |
| Gets the y coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart. More...
|
|
virtual Aspose::Cells::Systems::Single | GetArcEndPointXPx ()=0 |
| Gets the x coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart. More...
|
|
virtual Aspose::Cells::Systems::Single | GetArcEndPointYPx ()=0 |
| Gets the y coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Pie and Doughnut chart. More...
|
|
virtual Aspose::Cells::Systems::Single | GetInnerArcStartPointXPx ()=0 |
| Gets the x coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart. More...
|
|
virtual Aspose::Cells::Systems::Single | GetInnerArcStartPointYPx ()=0 |
| Gets the y coordinate of starting point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart. More...
|
|
virtual Aspose::Cells::Systems::Single | GetInnerArcEndPointXPx ()=0 |
| Gets the x coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart. More...
|
|
virtual Aspose::Cells::Systems::Single | GetInnerArcEndPointYPx ()=0 |
| Gets the y coordinate of ending point for the pie section after calls Chart.Calculate() method. Applies to Doughnut chart. More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetTopPointCount ()=0 |
| Gets the number of top points after calls Chart.Calculate() method. More...
|
|
virtual Aspose::Cells::Systems::Single | GetTopPointXPx (Aspose::Cells::Systems::Int32 index)=0 |
| Gets x-coordinate of the top point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D More...
|
|
virtual Aspose::Cells::Systems::Single | GetTopPointYPx (Aspose::Cells::Systems::Int32 index)=0 |
| Gets y-coordinate of the top point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid and Area3D More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetBottomPointCount ()=0 |
| Gets the number of bottom points after calls Chart.Calculate() method. More...
|
|
virtual Aspose::Cells::Systems::Single | GetBottomPointXPx (Aspose::Cells::Systems::Int32 index)=0 |
| Gets x-coordinate of the bottom point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid More...
|
|
virtual Aspose::Cells::Systems::Single | GetBottomPointYPx (Aspose::Cells::Systems::Int32 index)=0 |
| Gets y-coordinate of the bottom point of shape after calls Chart.Calculate() method. Applies 3D charts: Column3D, Bar3D, Cone, Cylinder, Pyramid More...
|
|
virtual Aspose::Cells::Systems::Int32 | GetOnCategoryAxisPointCount ()=0 |
| Gets the number of the points on category axis after calls Calculate() method in Chart. Only applies to area chart. More...
|
|
virtual Aspose::Cells::Systems::Single | GetOnCategoryAxisPointXPx (Aspose::Cells::Systems::Int32 index)=0 |
| Gets x-coordinate of the point on category axis after calls Calculate() method in Chart. Only applies to Aarea chart. More...
|
|
virtual Aspose::Cells::Systems::Single | GetOnCategoryAxisPointYPx (Aspose::Cells::Systems::Int32 index)=0 |
| Gets y-coordinate of the point on category axis after calls Calculate() method in Chart. Only applies to Area chart. More...
|
|
Represents a single point in a series in a chart.
[C++]
intrusive_ptr<IWorksheet> worksheet = workbook->GetIWorksheets()->GetObjectByIndex(0);
worksheet->GetICells()->GetObjectByIndex(new String("A1"))->PutValue(50);
worksheet->GetICells()->GetObjectByIndex(new String("A2"))->PutValue(100);
worksheet->GetICells()->GetObjectByIndex(new String("A3"))->PutValue(150);
worksheet->GetICells()->GetObjectByIndex(new String("B1"))->PutValue(60);
worksheet->GetICells()->GetObjectByIndex(new String("B2"))->PutValue(32);
worksheet->GetICells()->GetObjectByIndex(new String("B3"))->PutValue(50);
intrusive_ptr<IChart> chart = worksheet->GetICharts()->GetObjectByIndex(chartIndex);
chart->GetNISeries()->Add(new String("A1:B3"), true);
chart->GetNISeries()->GetObjectByIndex(0)->GetIDataLabels()->SetValueShown(true);
for (int i = 0; i < chart->GetNISeries()->GetObjectByIndex(0)->GetIPoints()->GetCount(); i++)
{
intrusive_ptr<IChartPoint> point = chart->GetNISeries()->GetObjectByIndex(0)->GetIPoints()->GetObjectByIndex(i);
point->SetExplosion (15);
point->GetBorderILine()->SetColor(Systems::Drawing::Color::GetRed());
}
workbook->Save(new String("D:\\test\\ChartPointTest.xls"));