Click here to Skip to main content
15,902,634 members
Home / Discussions / C#
   

C#

 
QuestionContinuous Integration: CruiseControl vs Jenkins vs ??? Pin
Frygreen31-Oct-14 0:59
Frygreen31-Oct-14 0:59 
AnswerRe: Continuous Integration: CruiseControl vs Jenkins vs ??? Pin
Pete O'Hanlon31-Oct-14 3:28
mvePete O'Hanlon31-Oct-14 3:28 
GeneralRe: Continuous Integration: CruiseControl vs Jenkins vs ??? Pin
Frygreen31-Oct-14 9:21
Frygreen31-Oct-14 9:21 
AnswerRe: Continuous Integration: CruiseControl vs Jenkins vs ??? Pin
Dominic Burford2-Nov-14 23:59
professionalDominic Burford2-Nov-14 23:59 
QuestionHow to use 2 Replace Function at same time in c# win. form Pin
agent_kruger31-Oct-14 0:59
professionalagent_kruger31-Oct-14 0:59 
AnswerRe: How to use 2 Replace Function at same time in c# win. form Pin
Richard MacCutchan31-Oct-14 1:08
mveRichard MacCutchan31-Oct-14 1:08 
GeneralMessage Closed Pin
31-Oct-14 1:10
professionalagent_kruger31-Oct-14 1:10 
GeneralRe: How to use 2 Replace Function at same time in c# win. form Pin
Richard MacCutchan31-Oct-14 1:13
mveRichard MacCutchan31-Oct-14 1:13 
GeneralRe: How to use 2 Replace Function at same time in c# win. form Pin
agent_kruger31-Oct-14 1:15
professionalagent_kruger31-Oct-14 1:15 
GeneralRe: How to use 2 Replace Function at same time in c# win. form Pin
Pete O'Hanlon31-Oct-14 2:56
mvePete O'Hanlon31-Oct-14 2:56 
GeneralRe: How to use 2 Replace Function at same time in c# win. form Pin
agent_kruger31-Oct-14 3:07
professionalagent_kruger31-Oct-14 3:07 
GeneralRe: How to use 2 Replace Function at same time in c# win. form Pin
Pete O'Hanlon31-Oct-14 3:21
mvePete O'Hanlon31-Oct-14 3:21 
GeneralRe: How to use 2 Replace Function at same time in c# win. form Pin
Eddy Vluggen31-Oct-14 9:34
professionalEddy Vluggen31-Oct-14 9:34 
AnswerRe: How to use 2 Replace Function at same time in c# win. form Pin
Garth J Lancaster31-Oct-14 1:11
professionalGarth J Lancaster31-Oct-14 1:11 
AnswerRe: How to use 2 Replace Function at same time in c# win. form Pin
Gerry Schmitz31-Oct-14 4:47
mveGerry Schmitz31-Oct-14 4:47 
GeneralRe: How to use 2 Replace Function at same time in c# win. form Pin
agent_kruger31-Oct-14 10:06
professionalagent_kruger31-Oct-14 10:06 
GeneralRe: How to use 2 Replace Function at same time in c# win. form Pin
Pete O'Hanlon31-Oct-14 11:31
mvePete O'Hanlon31-Oct-14 11:31 
GeneralRe: How to use 2 Replace Function at same time in c# win. form Pin
Gerry Schmitz31-Oct-14 12:15
mveGerry Schmitz31-Oct-14 12:15 
GeneralRe: How to use 2 Replace Function at same time in c# win. form Pin
Mycroft Holmes31-Oct-14 13:22
professionalMycroft Holmes31-Oct-14 13:22 
GeneralRe: How to use 2 Replace Function at same time in c# win. form Pin
Gerry Schmitz31-Oct-14 14:41
mveGerry Schmitz31-Oct-14 14:41 
GeneralRe: How to use 2 Replace Function at same time in c# win. form Pin
Mycroft Holmes31-Oct-14 17:32
professionalMycroft Holmes31-Oct-14 17:32 
GeneralRe: How to use 2 Replace Function at same time in c# win. form Pin
PIEBALDconsult31-Oct-14 12:49
mvePIEBALDconsult31-Oct-14 12:49 
QuestionUnicode characters in charts in Pdfsharp Pin
Mol4ok31-Oct-14 0:10
Mol4ok31-Oct-14 0:10 
Hi!

I am sorry for such question...

I make charts and i use this examles http://read.pudn.com/downloads116/sourcecode/editor/490275/PDFsharp/Charting/Charting.Demo/PdfSharp.Charting.Demo/ChartSamples.cs__.htm[^]

But the problem is that in chart labels or legend, Instead of cyrillic symbols I am getting question marks("?")

Chart chart = new Chart(ChartType.Bar2D);
       chart.Font.Size = 8;

       Series series = chart.SeriesCollection.AddSeries();
       series.Add(new double[] { a3});
       series.FillFormat.Color = XColors.Aqua;
       series.Name = "Текст 1";
       ..................................................
       return chart;


I found similiar problem here
http://forum.pdfsharp.net/viewtopic.php?f=2&t=2488[^]

But i did'not understand decision, in particular how to find class Converter....

I'd appreciate any help
AnswerRe: Unicode characters in charts in Pdfsharp Pin
Richard Deeming31-Oct-14 2:58
mveRichard Deeming31-Oct-14 2:58 
GeneralRe: Unicode characters in charts in Pdfsharp Pin
Mol4ok2-Nov-14 18:35
Mol4ok2-Nov-14 18:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.