Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7929419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T20:04:18+00:00 2026-06-03T20:04:18+00:00

I am using the Silverlight 4 Toolkit chart control (and also the WPF chart

  • 0

I am using the Silverlight 4 Toolkit chart control (and also the WPF chart control).

My goal is to have a marker that is an arbitrary symbol – for example I need a marker style that is an X.

It can be an image, or a char, I don’t mind.

Any idea how to achieve this? Thanks all.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T20:04:21+00:00Added an answer on June 3, 2026 at 8:04 pm

    I found the answer.

    Here is the style for an arbitrary squiggle.

    (DVC is my xmlns for the Datavisualistion Charting toolkit).

    In my Grid.Resources:

    <Style x:Key="Squiggle" TargetType="DVC:ScatterDataPoint">
                <Setter Property="Width" Value="18" />
                <Setter Property="Height" Value="18" />
                <Setter Property="Template">
                    <Setter.Value>
                        <ControlTemplate  TargetType="DVC:ScatterDataPoint">
                            <Canvas>
                                <Path Stroke="Black" StrokeThickness="1"
                                    Data="M 1,20 C 10,30 40,30 40,20 H 30" />
                            </Canvas>
                        </ControlTemplate>
                    </Setter.Value>
                </Setter>
            </Style>
    

    The squiggle marker is just an example. You can draw any shape you like:
    Shapes and drawing

    Then in the Chart.Series:

    <DVC:ScatterSeries Title="Squiggles" DataPointStyle="{StaticResource Squiggle}"
            IndependentValueBinding="{Binding Path=Key}"
            DependentValueBinding="{Binding Path=Value}">
                </DVC:ScatterSeries>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using the Silverlight 4 toolkit chart control, I am trying to create a chart
I'm working with the Silverlight 4 toolkit and using the Charting control, specifically the
I have a complex project using SilverLight Toolkit's ListBoxDragDropTarget for drag-drop operations and it
I'm using the Silverlight 5 Toolkit (That basically lets me do XNA in Silverlight).
I am using themes from the Silverlight toolkit, however several of them have poor
I'm using the HubTile control from the silverlight toolkit and somehow the title is
I have installed silverlight 4 toolkit. It was told that there i can find
Using the drag'n'drop features of the Silverlight 4 Toolkit, I have a drag'n'drop enabled
I'm using the Silverlight Control Toolkit and trying to position the legend below the
I am using the silverlight toolkit lineseries control and want to get rid of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.