Contains properties of a single data point on the Chart in Java....a single data point on the chart. Examples: Shows how to work...with data points on a line chart. public void chartDataPoint()...
ChartLegend.legendEntries property. Returns a collection of legend entries for all series and trendlines of the parent Chart....and trendlines of the parent chart. get legendEntries () : Aspose...Aspose . Words . Drawing . Charts . ChartLegendEntryColl Examples...
Aspose.Words.Drawing.ShapeType enumeration. Specifies the type of shape in a Microsoft Word document....FlowChartProcess Flow chart process. FlowChartDecision Flow chart decision...Flow chart input output. FlowChartPredefinedP Flow chart predefined...
Aspose.Words.Drawing.Charts.ChartSeries.add method...the specified X value to the chart series. If the series supports...Aspose . Words . Drawing . Charts . ChartXValue ) Parameter Type...
ChartDataLabelCollection.show_bubble_size property. Allows to specify whether bubble size is to be displayed for the data labels of the entire series... Applies only to Bubble charts. Default value is False . @property...with data labels of a bubble chart. doc = aw . Document () builder...
AxisScaling.minimum property. Gets or sets minimum value of the axis.... Charts . AxisBound Remarks The default...Examples Shows how to insert chart with date/time values. let doc...
ChartAxis.hasMajorGridlines property. Gets or sets a flag indicating whether the axis has major gridlines....Examples Shows how to insert chart with date/time values. let doc...Drawing . Charts . ChartType . Line , 500 , 300 ); let chart = shape...
Aspose.Words.Drawing.Charts.AxisTickMark enumeration. Specifies the possible positions for tick marks....Examples Shows how to insert chart with date/time values. let doc...Drawing . Charts . ChartType . Line , 500 , 300 ); let chart = shape...
Specifies the possible scale types for an axis in Java....apply logarithmic scaling to a chart axis. Document doc = new Document();...SCATTER, 450.0, 300.0); Chartchart = chartShape.getChart();...