Is it possible to create like the below in Vuejs Apex Charts - vuejs2

I want to Create a Pie chart with one main block inside Two or more sub blocks. using Apex Charts. Click here to show Required Pie Chart design

Related

In the VBA MS Project code, change the width of the task list area in the Gantt chart

When you open MS Project from another application, the Gantt chart chart closes most of the task list columns. How to change the width of the task list area in a Gantt chart in MS Project VBA code?
Use the setSplitBar method. i.e., ActiveProject.Application.SetSplitBar (15) will set the splitbar after 15 columns. Or it will fit the splitbar as far to the right of the screen as it can and still be visible.

Can you add pie charts to a dashboard in Youtrack 2017.2?

I can create pie charts in Youtrack and I was under the impression that it is possible to add such as widgets to your dashboard, but I can't figure out how to do this. Is this really not possible?
You need a report for creating a chart widget. In the report options you can change the presentation to pie diagram.

MS .Net chart control: displaying pie data labels outside the pie

Is it possible to display pie chart data labels outside the pie in the Microsoft .Net chart control, just like SSRS pie chart's series CustomAttributes.PieLabelStyle=Outside does?
I tried to use the below properties to no avail:
Sure it is in .NET you need to set
Chart1.Series["Series1"]["PieLabelStyle"] = "outside"
Hope this answer your question.
Regards,
Ramzy!

A line chart with a data table docked under the x-axis

How can I make the A line chart with a data table docked under the x-axis in dashboard like this.
http://www.advsofteng.com/gallery_line.html
The Chart Name is Product Line Global Revenue
Are you using dashboard designer in the EE version, or CE? i.e. CDE?
Should be quite simple in CDE. Just create a datasource, then create a layout with a couple of panels. Then add a table component for the table, and a chart component for the line chart.
Same approach in reporting - there is no individual component which allows you to do both at once, so just use the same dataset and create a chart, then create a table.
If you're not yet using CDE / Ctools, then i recommend you take a look, install via marketplace or via ctools-installer.sh

create a pie chart in vb.net in code

i am new in reports in vb.net
i use v s 2008.
i want a simple help.
i want a hit or a Source Code or any Reference using that i can easily create a pie chart.
Use the Microsoft Charting Controls.