This is a migrated thread and some comments may be shown as answers.

Circle around line

1 Answer 40 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Paulo
Top achievements
Rank 1
Paulo asked on 23 May 2012, 12:51 PM
I wonder, how do I put a circle inside a line graph. On each line value, it has a circle around.

1 Answer, 1 is accepted

Sort by
0
Accepted
Petar Marchev
Telerik team
answered on 28 May 2012, 09:20 AM
Hello Paulo,

You can style the point marks through the Appearance property of the line series.

You can check this online example as well. I have pasted some code below to jump-start your research:
<telerik:ChartSeries DataYColumn="Rank" Type="Line">
 <Appearance>
  <TextAppearance TextProperties-Font="Arial, 8.25pt" />
   <PointMark Visible="True" Border-Width="2" Border-Color="DarkKhaki" Dimensions-AutoSize="false"
       Dimensions-Height="12px" Dimensions-Width="12px">
    <FillStyle MainColor="186, 207, 141" FillType="solid" />

All the best,
Petar Marchev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Chart (Obsolete)
Asked by
Paulo
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Share this question
or